Shades of Maya Blue #6FC6FF
Tints of Maya Blue #6FC6FF
RGB
CMYK
RGB Variations
Color information
#6FC6FF (or 0x6FC6FF) is known color: Maya Blue. HEX triplet: 6F, C6 and FF. RGB value is (111,198,255). Sum of RGB (Red+Green+Blue) = 111+198+255=564 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.68% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FC6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC6FF is #903900. Grayscale: #B2B2B2. Windows color (decimal): -9451777 or 16762479. OLE color: 16762479.
HSL color Cylindrical-coordinate representation of color #6FC6FF: hue angle of 203.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FC6FF is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 198 | 255 | - |
| CMYK | 0.56 | 0.22 | 0 | 0 |
| HSL | 203.75º | 1% | 0.72% | - |
| HSV(B) | 203.75º | 0.56% | 1% | - |
| XYZ | 44.8 | 50.99 | 102.09 | - |
| YUV | 178.49 | 171.18 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 198 | 255 | 0.56 | 0.22 | 0 | 0 | 203.75 | 1 | 0.72 |
| Hex | 6F | C6 | FF | 38 | 16 | 0 | 0 | CC | 64 | 48 |
| Octal | 157 | 306 | 377 | 70 | 26 | 0 | 0 | 314 | 144 | 110 |
| Binary | 1101111 | 11000110 | 11111111 | 111000 | 10110 | 0 | 0 | 11001100 | 1100100 | 1001000 |
Color Harmonies of #6FC6FF
Complementary color
Monochromatic Colors of #6FC6FF
Black with #6FC6FF
Text Example
Text Example
White with #6FC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC6FF; }
p { color: rgb(111,198,255); }
H1.HeaderClassName
{
color: #6FC6FF;
}
.AnyTagClassName
{
color: #6FC6FF;
}
</style>
background-color css
<style>
a { background-color: #6FC6FF; }
a { background-color: rgb(111,198,255); }
div.DivClassName
{
background-color: #6FC6FF;
}
.BgClassName
{
background-color: #6FC6FF;
}
</style>
border-color css
<style>
span { border-color: #6FC6FF; }
span { border-color: rgb(111,198,255); }
td.TdClassName
{
border-color: #6FC6FF;
}
.TagClassName
{
border-color: #6FC6FF;
}
</style>