Shades of Maya Blue #6EADFA
Tints of Maya Blue #6EADFA
RGB
CMYK
RGB Variations
Color information
#6EADFA (or 0x6EADFA) is known color: Maya Blue. HEX triplet: 6E, AD and FA. RGB value is (110,173,250). Sum of RGB (Red+Green+Blue) = 110+173+250=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EADFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EADFA is #915205. Grayscale: #A2A2A2. Windows color (decimal): -9523718 or 16428398. OLE color: 16428398.
HSL color Cylindrical-coordinate representation of color #6EADFA: hue angle of 213º 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 #6EADFA is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 173 | 250 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.02 |
| HSL | 213º | 0.93% | 0.71% | - |
| HSV(B) | 213º | 0.56% | 0.98% | - |
| XYZ | 38.63 | 40.1 | 96.15 | - |
| YUV | 162.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 250 | 0.56 | 0.31 | 0 | 0.02 | 213 | 0.93 | 0.71 |
| Hex | 6E | AD | FA | 38 | 1F | 0 | 2 | D5 | 5D | 47 |
| Octal | 156 | 255 | 372 | 70 | 37 | 0 | 2 | 325 | 135 | 107 |
| Binary | 1101110 | 10101101 | 11111010 | 111000 | 11111 | 0 | 10 | 11010101 | 1011101 | 1000111 |
Color Harmonies of #6EADFA
Complementary color
Monochromatic Colors of #6EADFA
Black with #6EADFA
Text Example
Text Example
White with #6EADFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADFA; }
p { color: rgb(110,173,250); }
H1.HeaderClassName
{
color: #6EADFA;
}
.AnyTagClassName
{
color: #6EADFA;
}
</style>
background-color css
<style>
a { background-color: #6EADFA; }
a { background-color: rgb(110,173,250); }
div.DivClassName
{
background-color: #6EADFA;
}
.BgClassName
{
background-color: #6EADFA;
}
</style>
border-color css
<style>
span { border-color: #6EADFA; }
span { border-color: rgb(110,173,250); }
td.TdClassName
{
border-color: #6EADFA;
}
.TagClassName
{
border-color: #6EADFA;
}
</style>