Shades of Maya Blue #6FC4FF
Tints of Maya Blue #6FC4FF
RGB
CMYK
RGB Variations
Color information
#6FC4FF (or 0x6FC4FF) is known color: Maya Blue. HEX triplet: 6F, C4 and FF. RGB value is (111,196,255). Sum of RGB (Red+Green+Blue) = 111+196+255=562 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.75% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FC4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC4FF is #903B00. Grayscale: #B0B0B0. Windows color (decimal): -9452289 or 16761967. OLE color: 16761967.
HSL color Cylindrical-coordinate representation of color #6FC4FF: hue angle of 204.58º 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 #6FC4FF is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 196 | 255 | - |
| CMYK | 0.56 | 0.23 | 0 | 0 |
| HSL | 204.58º | 1% | 0.72% | - |
| HSV(B) | 204.58º | 0.56% | 1% | - |
| XYZ | 44.35 | 50.08 | 101.94 | - |
| YUV | 177.31 | 171.84 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 255 | 0.56 | 0.23 | 0 | 0 | 204.58 | 1 | 0.72 |
| Hex | 6F | C4 | FF | 38 | 17 | 0 | 0 | CD | 64 | 48 |
| Octal | 157 | 304 | 377 | 70 | 27 | 0 | 0 | 315 | 144 | 110 |
| Binary | 1101111 | 11000100 | 11111111 | 111000 | 10111 | 0 | 0 | 11001101 | 1100100 | 1001000 |
Color Harmonies of #6FC4FF
Complementary color
Monochromatic Colors of #6FC4FF
Black with #6FC4FF
Text Example
Text Example
White with #6FC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC4FF; }
p { color: rgb(111,196,255); }
H1.HeaderClassName
{
color: #6FC4FF;
}
.AnyTagClassName
{
color: #6FC4FF;
}
</style>
background-color css
<style>
a { background-color: #6FC4FF; }
a { background-color: rgb(111,196,255); }
div.DivClassName
{
background-color: #6FC4FF;
}
.BgClassName
{
background-color: #6FC4FF;
}
</style>
border-color css
<style>
span { border-color: #6FC4FF; }
span { border-color: rgb(111,196,255); }
td.TdClassName
{
border-color: #6FC4FF;
}
.TagClassName
{
border-color: #6FC4FF;
}
</style>