#6FB2F9

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

Shades of Maya Blue #6FB2F9

Tints of Maya Blue #6FB2F9

Color information

#6FB2F9 (or 0x6FB2F9) is unknown color: approx Maya Blue. HEX triplet: 6F, B2 and F9. RGB value is (111,178,249). Sum of RGB (Red+Green+Blue) = 111+178+249=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #6FB2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FB2F9 is #904D06. Grayscale: #A5A5A5. Windows color (decimal): -9456903 or 16364143. OLE color: 16364143.

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

Color convert

RGB111178249-
CMYK0.550.2900.02
HSL210.87º92%70.59%-
HSV(B)210.87º55.42%97.65%-
XYZ39.5742.0695.66-
YUV166.06174.888.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.63%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=20.63%
G=33.09%
B=46.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111782490.550.2900.02210.879270.59
Hex6FB2F9371D02d35c47
Octal157262371673502323134107
Binary11011111011001011111001110111111010101101001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,178,249); }

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

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

 a { background-color: rgb(111,178,249); }

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

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

 span { border-color: rgb(111,178,249); }

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