Shades of Maya Blue #6EADFF
Tints of Maya Blue #6EADFF
RGB
CMYK
RGB Variations
Color information
#6EADFF (or 0x6EADFF) is known color: Maya Blue. HEX triplet: 6E, AD and FF. RGB value is (110,173,255). Sum of RGB (Red+Green+Blue) = 110+173+255=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EADFF is #915200. Grayscale: #A3A3A3. Windows color (decimal): -9523713 or 16756078. OLE color: 16756078.
HSL color Cylindrical-coordinate representation of color #6EADFF: hue angle of 213.93º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EADFF is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 173 | 255 | - |
| CMYK | 0.57 | 0.32 | 0 | 0 |
| HSL | 213.93º | 1% | 0.72% | - |
| HSV(B) | 213.93º | 0.57% | 1% | - |
| XYZ | 39.42 | 40.42 | 100.33 | - |
| YUV | 163.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 255 | 0.57 | 0.32 | 0 | 0 | 213.93 | 1 | 0.72 |
| Hex | 6E | AD | FF | 39 | 20 | 0 | 0 | D6 | 64 | 48 |
| Octal | 156 | 255 | 377 | 71 | 40 | 0 | 0 | 326 | 144 | 110 |
| Binary | 1101110 | 10101101 | 11111111 | 111001 | 100000 | 0 | 0 | 11010110 | 1100100 | 1001000 |
Color Harmonies of #6EADFF
Complementary color
Monochromatic Colors of #6EADFF
Black with #6EADFF
Text Example
Text Example
White with #6EADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADFF; }
p { color: rgb(110,173,255); }
H1.HeaderClassName
{
color: #6EADFF;
}
.AnyTagClassName
{
color: #6EADFF;
}
</style>
background-color css
<style>
a { background-color: #6EADFF; }
a { background-color: rgb(110,173,255); }
div.DivClassName
{
background-color: #6EADFF;
}
.BgClassName
{
background-color: #6EADFF;
}
</style>
border-color css
<style>
span { border-color: #6EADFF; }
span { border-color: rgb(110,173,255); }
td.TdClassName
{
border-color: #6EADFF;
}
.TagClassName
{
border-color: #6EADFF;
}
</style>