Shades of Maya Blue #6EC7FE
Tints of Maya Blue #6EC7FE
RGB
CMYK
RGB Variations
Color information
#6EC7FE (or 0x6EC7FE) is known color: Maya Blue. HEX triplet: 6E, C7 and FE. RGB value is (110,199,254). Sum of RGB (Red+Green+Blue) = 110+199+254=563 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.54% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EC7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC7FE is #913801. Grayscale: #B2B2B2. Windows color (decimal): -9517058 or 16697198. OLE color: 16697198.
HSL color Cylindrical-coordinate representation of color #6EC7FE: hue angle of 202.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EC7FE is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 199 | 254 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.00 |
| HSL | 202.92º | 0.99% | 0.71% | - |
| HSV(B) | 202.92º | 0.57% | 1% | - |
| XYZ | 44.74 | 51.32 | 101.31 | - |
| YUV | 178.66 | 170.51 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 199 | 254 | 0.57 | 0.22 | 0 | 0.00 | 202.92 | 0.99 | 0.71 |
| Hex | 6E | C7 | FE | 39 | 16 | 0 | 0 | CB | 63 | 47 |
| Octal | 156 | 307 | 376 | 71 | 26 | 0 | 0 | 313 | 143 | 107 |
| Binary | 1101110 | 11000111 | 11111110 | 111001 | 10110 | 0 | 0 | 11001011 | 1100011 | 1000111 |
Color Harmonies of #6EC7FE
Complementary color
Monochromatic Colors of #6EC7FE
Black with #6EC7FE
Text Example
Text Example
White with #6EC7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC7FE; }
p { color: rgb(110,199,254); }
H1.HeaderClassName
{
color: #6EC7FE;
}
.AnyTagClassName
{
color: #6EC7FE;
}
</style>
background-color css
<style>
a { background-color: #6EC7FE; }
a { background-color: rgb(110,199,254); }
div.DivClassName
{
background-color: #6EC7FE;
}
.BgClassName
{
background-color: #6EC7FE;
}
</style>
border-color css
<style>
span { border-color: #6EC7FE; }
span { border-color: rgb(110,199,254); }
td.TdClassName
{
border-color: #6EC7FE;
}
.TagClassName
{
border-color: #6EC7FE;
}
</style>