Shades of Maya Blue #6EC8FE
Tints of Maya Blue #6EC8FE
RGB
CMYK
RGB Variations
Color information
#6EC8FE (or 0x6EC8FE) is known color: Maya Blue. HEX triplet: 6E, C8 and FE. RGB value is (110,200,254). Sum of RGB (Red+Green+Blue) = 110+200+254=564 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.50% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EC8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC8FE is #913701. Grayscale: #B2B2B2. Windows color (decimal): -9516802 or 16697454. OLE color: 16697454.
HSL color Cylindrical-coordinate representation of color #6EC8FE: hue angle of 202.5º 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 #6EC8FE is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 200 | 254 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.00 |
| HSL | 202.5º | 0.99% | 0.71% | - |
| HSV(B) | 202.5º | 0.57% | 1% | - |
| XYZ | 44.97 | 51.78 | 101.39 | - |
| YUV | 179.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 254 | 0.57 | 0.21 | 0 | 0.00 | 202.5 | 0.99 | 0.71 |
| Hex | 6E | C8 | FE | 39 | 15 | 0 | 0 | CA | 63 | 47 |
| Octal | 156 | 310 | 376 | 71 | 25 | 0 | 0 | 312 | 143 | 107 |
| Binary | 1101110 | 11001000 | 11111110 | 111001 | 10101 | 0 | 0 | 11001010 | 1100011 | 1000111 |
Color Harmonies of #6EC8FE
Complementary color
Monochromatic Colors of #6EC8FE
Black with #6EC8FE
Text Example
Text Example
White with #6EC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC8FE; }
p { color: rgb(110,200,254); }
H1.HeaderClassName
{
color: #6EC8FE;
}
.AnyTagClassName
{
color: #6EC8FE;
}
</style>
background-color css
<style>
a { background-color: #6EC8FE; }
a { background-color: rgb(110,200,254); }
div.DivClassName
{
background-color: #6EC8FE;
}
.BgClassName
{
background-color: #6EC8FE;
}
</style>
border-color css
<style>
span { border-color: #6EC8FE; }
span { border-color: rgb(110,200,254); }
td.TdClassName
{
border-color: #6EC8FE;
}
.TagClassName
{
border-color: #6EC8FE;
}
</style>