Shades of Maya Blue #6EADF8
Tints of Maya Blue #6EADF8
RGB
CMYK
RGB Variations
Color information
#6EADF8 (or 0x6EADF8) is known color: Maya Blue. HEX triplet: 6E, AD and F8. RGB value is (110,173,248). Sum of RGB (Red+Green+Blue) = 110+173+248=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #6EADF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EADF8 is #915207. Grayscale: #A2A2A2. Windows color (decimal): -9523720 or 16297326. OLE color: 16297326.
HSL color Cylindrical-coordinate representation of color #6EADF8: hue angle of 212.61º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EADF8 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 110 | 173 | 248 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.03 |
| HSL | 212.61º | 0.91% | 0.7% | - |
| HSV(B) | 212.61º | 0.56% | 0.97% | - |
| XYZ | 38.32 | 39.98 | 94.5 | - |
| YUV | 162.71 | 176.13 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 248 | 0.56 | 0.30 | 0 | 0.03 | 212.61 | 0.91 | 0.7 |
| Hex | 6E | AD | F8 | 38 | 1E | 0 | 3 | D5 | 5B | 46 |
| Octal | 156 | 255 | 370 | 70 | 36 | 0 | 3 | 325 | 133 | 106 |
| Binary | 1101110 | 10101101 | 11111000 | 111000 | 11110 | 0 | 11 | 11010101 | 1011011 | 1000110 |
Color Harmonies of #6EADF8
Complementary color
Monochromatic Colors of #6EADF8
Black with #6EADF8
Text Example
Text Example
White with #6EADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADF8; }
p { color: rgb(110,173,248); }
H1.HeaderClassName
{
color: #6EADF8;
}
.AnyTagClassName
{
color: #6EADF8;
}
</style>
background-color css
<style>
a { background-color: #6EADF8; }
a { background-color: rgb(110,173,248); }
div.DivClassName
{
background-color: #6EADF8;
}
.BgClassName
{
background-color: #6EADF8;
}
</style>
border-color css
<style>
span { border-color: #6EADF8; }
span { border-color: rgb(110,173,248); }
td.TdClassName
{
border-color: #6EADF8;
}
.TagClassName
{
border-color: #6EADF8;
}
</style>