Shades of Maya Blue #6ECEFA
Tints of Maya Blue #6ECEFA
RGB
CMYK
RGB Variations
Color information
#6ECEFA (or 0x6ECEFA) is known color: Maya Blue. HEX triplet: 6E, CE and FA. RGB value is (110,206,250). Sum of RGB (Red+Green+Blue) = 110+206+250=566 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.43% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #6ECEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECEFA is #913105. Grayscale: #B6B6B6. Windows color (decimal): -9515270 or 16436846. OLE color: 16436846.
HSL color Cylindrical-coordinate representation of color #6ECEFA: hue angle of 198.86º 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 #6ECEFA is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 206 | 250 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.02 |
| HSL | 198.86º | 0.93% | 0.71% | - |
| HSV(B) | 198.86º | 0.56% | 0.98% | - |
| XYZ | 45.76 | 54.36 | 98.52 | - |
| YUV | 182.31 | 166.2 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 250 | 0.56 | 0.18 | 0 | 0.02 | 198.86 | 0.93 | 0.71 |
| Hex | 6E | CE | FA | 38 | 12 | 0 | 2 | C7 | 5D | 47 |
| Octal | 156 | 316 | 372 | 70 | 22 | 0 | 2 | 307 | 135 | 107 |
| Binary | 1101110 | 11001110 | 11111010 | 111000 | 10010 | 0 | 10 | 11000111 | 1011101 | 1000111 |
Color Harmonies of #6ECEFA
Complementary color
Monochromatic Colors of #6ECEFA
Black with #6ECEFA
Text Example
Text Example
White with #6ECEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEFA; }
p { color: rgb(110,206,250); }
H1.HeaderClassName
{
color: #6ECEFA;
}
.AnyTagClassName
{
color: #6ECEFA;
}
</style>
background-color css
<style>
a { background-color: #6ECEFA; }
a { background-color: rgb(110,206,250); }
div.DivClassName
{
background-color: #6ECEFA;
}
.BgClassName
{
background-color: #6ECEFA;
}
</style>
border-color css
<style>
span { border-color: #6ECEFA; }
span { border-color: rgb(110,206,250); }
td.TdClassName
{
border-color: #6ECEFA;
}
.TagClassName
{
border-color: #6ECEFA;
}
</style>