Shades of Maya Blue #6EC0F1
Tints of Maya Blue #6EC0F1
RGB
CMYK
RGB Variations
Color information
#6EC0F1 (or 0x6EC0F1) is known color: Maya Blue. HEX triplet: 6E, C0 and F1. RGB value is (110,192,241). Sum of RGB (Red+Green+Blue) = 110+192+241=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #6EC0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC0F1 is #913F0E. Grayscale: #ACACAC. Windows color (decimal): -9518863 or 15843438. OLE color: 15843438.
HSL color Cylindrical-coordinate representation of color #6EC0F1: hue angle of 202.44º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EC0F1 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 192 | 241 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.05 |
| HSL | 202.44º | 0.82% | 0.69% | - |
| HSV(B) | 202.44º | 0.54% | 0.95% | - |
| XYZ | 41.16 | 47.37 | 90.19 | - |
| YUV | 173.07 | 166.33 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 241 | 0.54 | 0.20 | 0 | 0.05 | 202.44 | 0.82 | 0.69 |
| Hex | 6E | C0 | F1 | 36 | 14 | 0 | 5 | CA | 52 | 45 |
| Octal | 156 | 300 | 361 | 66 | 24 | 0 | 5 | 312 | 122 | 105 |
| Binary | 1101110 | 11000000 | 11110001 | 110110 | 10100 | 0 | 101 | 11001010 | 1010010 | 1000101 |
Color Harmonies of #6EC0F1
Complementary color
Monochromatic Colors of #6EC0F1
Black with #6EC0F1
Text Example
Text Example
White with #6EC0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC0F1; }
p { color: rgb(110,192,241); }
H1.HeaderClassName
{
color: #6EC0F1;
}
.AnyTagClassName
{
color: #6EC0F1;
}
</style>
background-color css
<style>
a { background-color: #6EC0F1; }
a { background-color: rgb(110,192,241); }
div.DivClassName
{
background-color: #6EC0F1;
}
.BgClassName
{
background-color: #6EC0F1;
}
</style>
border-color css
<style>
span { border-color: #6EC0F1; }
span { border-color: rgb(110,192,241); }
td.TdClassName
{
border-color: #6EC0F1;
}
.TagClassName
{
border-color: #6EC0F1;
}
</style>