Shades of Maya Blue #6EC2FF
Tints of Maya Blue #6EC2FF
RGB
CMYK
RGB Variations
Color information
#6EC2FF (or 0x6EC2FF) is known color: Maya Blue. HEX triplet: 6E, C2 and FF. RGB value is (110,194,255). Sum of RGB (Red+Green+Blue) = 110+194+255=559 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.68% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EC2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC2FF is #913D00. Grayscale: #AFAFAF. Windows color (decimal): -9518337 or 16761454. OLE color: 16761454.
HSL color Cylindrical-coordinate representation of color #6EC2FF: hue angle of 205.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EC2FF is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 194 | 255 | - |
| CMYK | 0.57 | 0.24 | 0 | 0 |
| HSL | 205.24º | 1% | 0.72% | - |
| HSV(B) | 205.24º | 0.57% | 1% | - |
| XYZ | 43.77 | 49.12 | 101.78 | - |
| YUV | 175.84 | 172.67 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 194 | 255 | 0.57 | 0.24 | 0 | 0 | 205.24 | 1 | 0.72 |
| Hex | 6E | C2 | FF | 39 | 18 | 0 | 0 | CD | 64 | 48 |
| Octal | 156 | 302 | 377 | 71 | 30 | 0 | 0 | 315 | 144 | 110 |
| Binary | 1101110 | 11000010 | 11111111 | 111001 | 11000 | 0 | 0 | 11001101 | 1100100 | 1001000 |
Color Harmonies of #6EC2FF
Complementary color
Monochromatic Colors of #6EC2FF
Black with #6EC2FF
Text Example
Text Example
White with #6EC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC2FF; }
p { color: rgb(110,194,255); }
H1.HeaderClassName
{
color: #6EC2FF;
}
.AnyTagClassName
{
color: #6EC2FF;
}
</style>
background-color css
<style>
a { background-color: #6EC2FF; }
a { background-color: rgb(110,194,255); }
div.DivClassName
{
background-color: #6EC2FF;
}
.BgClassName
{
background-color: #6EC2FF;
}
</style>
border-color css
<style>
span { border-color: #6EC2FF; }
span { border-color: rgb(110,194,255); }
td.TdClassName
{
border-color: #6EC2FF;
}
.TagClassName
{
border-color: #6EC2FF;
}
</style>