Shades of Maya Blue #6FC7FF
Tints of Maya Blue #6FC7FF
RGB
CMYK
RGB Variations
Color information
#6FC7FF (or 0x6FC7FF) is known color: Maya Blue. HEX triplet: 6F, C7 and FF. RGB value is (111,199,255). Sum of RGB (Red+Green+Blue) = 111+199+255=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FC7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC7FF is #903800. Grayscale: #B2B2B2. Windows color (decimal): -9451521 or 16762735. OLE color: 16762735.
HSL color Cylindrical-coordinate representation of color #6FC7FF: hue angle of 203.33º 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 #6FC7FF is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 199 | 255 | - |
| CMYK | 0.56 | 0.22 | 0 | 0 |
| HSL | 203.33º | 1% | 0.72% | - |
| HSV(B) | 203.33º | 0.56% | 1% | - |
| XYZ | 45.03 | 51.45 | 102.16 | - |
| YUV | 179.07 | 170.85 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 199 | 255 | 0.56 | 0.22 | 0 | 0 | 203.33 | 1 | 0.72 |
| Hex | 6F | C7 | FF | 38 | 16 | 0 | 0 | CB | 64 | 48 |
| Octal | 157 | 307 | 377 | 70 | 26 | 0 | 0 | 313 | 144 | 110 |
| Binary | 1101111 | 11000111 | 11111111 | 111000 | 10110 | 0 | 0 | 11001011 | 1100100 | 1001000 |
Color Harmonies of #6FC7FF
Complementary color
Monochromatic Colors of #6FC7FF
Black with #6FC7FF
Text Example
Text Example
White with #6FC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC7FF; }
p { color: rgb(111,199,255); }
H1.HeaderClassName
{
color: #6FC7FF;
}
.AnyTagClassName
{
color: #6FC7FF;
}
</style>
background-color css
<style>
a { background-color: #6FC7FF; }
a { background-color: rgb(111,199,255); }
div.DivClassName
{
background-color: #6FC7FF;
}
.BgClassName
{
background-color: #6FC7FF;
}
</style>
border-color css
<style>
span { border-color: #6FC7FF; }
span { border-color: rgb(111,199,255); }
td.TdClassName
{
border-color: #6FC7FF;
}
.TagClassName
{
border-color: #6FC7FF;
}
</style>