#6BB2F3

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

Shades of Maya Blue #6BB2F3

Tints of Maya Blue #6BB2F3

Color information

#6BB2F3 (or 0x6BB2F3) is unknown color: approx Maya Blue. HEX triplet: 6B, B2 and F3. RGB value is (107,178,243). Sum of RGB (Red+Green+Blue) = 107+178+243=528 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.27% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #6BB2F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BB2F3 is #944D0C. Grayscale: #A3A3A3. Windows color (decimal): -9719053 or 15970923. OLE color: 15970923.

HSL color Cylindrical-coordinate representation of color #6BB2F3: hue angle of 208.68º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BB2F3 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB107178243-
CMYK0.560.2700.05
HSL208.68º85%68.63%-
HSV(B)208.68º55.97%95.29%-
XYZ38.1641.4490.78-
YUV164.18172.4887.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.27%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 243 (95.31% from 255) = 46.02%
R=20.27%
G=33.71%
B=46.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1071782430.560.2700.05208.688568.63
Hex6BB2F3381B05d15545
Octal153262363703305321125105
Binary110101110110010111100111110001101101011101000110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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