Shades of Maya Blue #6EC2FA
Tints of Maya Blue #6EC2FA
RGB
CMYK
RGB Variations
Color information
#6EC2FA (or 0x6EC2FA) is known color: Maya Blue. HEX triplet: 6E, C2 and FA. RGB value is (110,194,250). Sum of RGB (Red+Green+Blue) = 110+194+250=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EC2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC2FA is #913D05. Grayscale: #AEAEAE. Windows color (decimal): -9518342 or 16433774. OLE color: 16433774.
HSL color Cylindrical-coordinate representation of color #6EC2FA: hue angle of 204º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EC2FA is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 194 | 250 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.02 |
| HSL | 204º | 0.93% | 0.71% | - |
| HSV(B) | 204º | 0.56% | 0.98% | - |
| XYZ | 42.98 | 48.8 | 97.6 | - |
| YUV | 175.27 | 170.17 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 194 | 250 | 0.56 | 0.22 | 0 | 0.02 | 204 | 0.93 | 0.71 |
| Hex | 6E | C2 | FA | 38 | 16 | 0 | 2 | CC | 5D | 47 |
| Octal | 156 | 302 | 372 | 70 | 26 | 0 | 2 | 314 | 135 | 107 |
| Binary | 1101110 | 11000010 | 11111010 | 111000 | 10110 | 0 | 10 | 11001100 | 1011101 | 1000111 |
Color Harmonies of #6EC2FA
Complementary color
Monochromatic Colors of #6EC2FA
Black with #6EC2FA
Text Example
Text Example
White with #6EC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC2FA; }
p { color: rgb(110,194,250); }
H1.HeaderClassName
{
color: #6EC2FA;
}
.AnyTagClassName
{
color: #6EC2FA;
}
</style>
background-color css
<style>
a { background-color: #6EC2FA; }
a { background-color: rgb(110,194,250); }
div.DivClassName
{
background-color: #6EC2FA;
}
.BgClassName
{
background-color: #6EC2FA;
}
</style>
border-color css
<style>
span { border-color: #6EC2FA; }
span { border-color: rgb(110,194,250); }
td.TdClassName
{
border-color: #6EC2FA;
}
.TagClassName
{
border-color: #6EC2FA;
}
</style>