Shades of Maya Blue #6FC3FF
Tints of Maya Blue #6FC3FF
RGB
CMYK
RGB Variations
Color information
#6FC3FF (or 0x6FC3FF) is known color: Maya Blue. HEX triplet: 6F, C3 and FF. RGB value is (111,195,255). Sum of RGB (Red+Green+Blue) = 111+195+255=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FC3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC3FF is #903C00. Grayscale: #B0B0B0. Windows color (decimal): -9452545 or 16761711. OLE color: 16761711.
HSL color Cylindrical-coordinate representation of color #6FC3FF: hue angle of 205º 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 #6FC3FF is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 195 | 255 | - |
| CMYK | 0.56 | 0.24 | 0 | 0 |
| HSL | 205º | 1% | 0.72% | - |
| HSV(B) | 205º | 0.56% | 1% | - |
| XYZ | 44.12 | 49.63 | 101.86 | - |
| YUV | 176.72 | 172.17 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 255 | 0.56 | 0.24 | 0 | 0 | 205 | 1 | 0.72 |
| Hex | 6F | C3 | FF | 38 | 18 | 0 | 0 | CD | 64 | 48 |
| Octal | 157 | 303 | 377 | 70 | 30 | 0 | 0 | 315 | 144 | 110 |
| Binary | 1101111 | 11000011 | 11111111 | 111000 | 11000 | 0 | 0 | 11001101 | 1100100 | 1001000 |
Color Harmonies of #6FC3FF
Complementary color
Monochromatic Colors of #6FC3FF
Black with #6FC3FF
Text Example
Text Example
White with #6FC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC3FF; }
p { color: rgb(111,195,255); }
H1.HeaderClassName
{
color: #6FC3FF;
}
.AnyTagClassName
{
color: #6FC3FF;
}
</style>
background-color css
<style>
a { background-color: #6FC3FF; }
a { background-color: rgb(111,195,255); }
div.DivClassName
{
background-color: #6FC3FF;
}
.BgClassName
{
background-color: #6FC3FF;
}
</style>
border-color css
<style>
span { border-color: #6FC3FF; }
span { border-color: rgb(111,195,255); }
td.TdClassName
{
border-color: #6FC3FF;
}
.TagClassName
{
border-color: #6FC3FF;
}
</style>