#6BB2FA

Color #6BB2FA Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #6BB2FA

Tints of Maya Blue #6BB2FA

Color information

#6BB2FA (or 0x6BB2FA) is unknown color: approx Maya Blue. HEX triplet: 6B, B2 and FA. RGB value is (107,178,250). Sum of RGB (Red+Green+Blue) = 107+178+250=535 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BB2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BB2FA is #944D05. Grayscale: #A4A4A4. Windows color (decimal): -9719046 or 16429675. OLE color: 16429675.

HSL color Cylindrical-coordinate representation of color #6BB2FA: hue angle of 210.21º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BB2FA is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB107178250-
CMYK0.570.2900.02
HSL210.21º93.46%70%-
HSV(B)210.21º57.2%98.04%-
XYZ39.2441.8796.46-
YUV164.98175.9886.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 20%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=20%
G=33.27%
B=46.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1071782500.570.2900.02210.2193.4670
Hex6BB2FA391D02d25d46
Octal153262372713502322135106
Binary11010111011001011111010111001111010101101001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BB2FA; }

 p { color: rgb(107,178,250); }

 H1.HeaderClassName
 {
   color: #6BB2FA;
 }
 .AnyTagClassName
 {
   color: #6BB2FA;
 }
</style>
background-color css

<style>
 a { background-color: #6BB2FA; }

 a { background-color: rgb(107,178,250); }

 div.DivClassName
 {
   background-color: #6BB2FA;
 }
 .BgClassName
 {
   background-color: #6BB2FA;
 }
</style>
border-color css

<style>
 span { border-color: #6BB2FA; }

 span { border-color: rgb(107,178,250); }

 td.TdClassName
 {
   border-color: #6BB2FA;
 }
 .TagClassName
 {
   border-color: #6BB2FA;
 }
</style>