#6FB8F9

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

Shades of Maya Blue #6FB8F9

Tints of Maya Blue #6FB8F9

Color information

#6FB8F9 (or 0x6FB8F9) is unknown color: approx Maya Blue. HEX triplet: 6F, B8 and F9. RGB value is (111,184,249). Sum of RGB (Red+Green+Blue) = 111+184+249=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #6FB8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB8F9 is #904706. Grayscale: #A9A9A9. Windows color (decimal): -9455367 or 16365679. OLE color: 16365679.

HSL color Cylindrical-coordinate representation of color #6FB8F9: hue angle of 208.26º 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 #6FB8F9 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111184249-
CMYK0.550.2600.02
HSL208.26º92%70.59%-
HSV(B)208.26º55.42%97.65%-
XYZ40.7944.596.06-
YUV169.58172.8286.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.40%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 249 (97.66% from 255) = 45.77%
R=20.40%
G=33.82%
B=45.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111842490.550.2600.02208.269270.59
Hex6FB8F9371A02d05c47
Octal157270371673202320134107
Binary11011111011100011111001110111110100101101000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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