Shades of Maya Blue #6EADFD
Tints of Maya Blue #6EADFD
RGB
CMYK
RGB Variations
Color information
#6EADFD (or 0x6EADFD) is known color: Maya Blue. HEX triplet: 6E, AD and FD. RGB value is (110,173,253). Sum of RGB (Red+Green+Blue) = 110+173+253=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EADFD is #915202. Grayscale: #A2A2A2. Windows color (decimal): -9523715 or 16625006. OLE color: 16625006.
HSL color Cylindrical-coordinate representation of color #6EADFD: hue angle of 213.57º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EADFD is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 173 | 253 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.01 |
| HSL | 213.57º | 0.97% | 0.71% | - |
| HSV(B) | 213.57º | 0.57% | 0.99% | - |
| XYZ | 39.1 | 40.29 | 98.65 | - |
| YUV | 163.28 | 178.63 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 253 | 0.57 | 0.32 | 0 | 0.01 | 213.57 | 0.97 | 0.71 |
| Hex | 6E | AD | FD | 39 | 20 | 0 | 1 | D6 | 61 | 47 |
| Octal | 156 | 255 | 375 | 71 | 40 | 0 | 1 | 326 | 141 | 107 |
| Binary | 1101110 | 10101101 | 11111101 | 111001 | 100000 | 0 | 1 | 11010110 | 1100001 | 1000111 |
Color Harmonies of #6EADFD
Complementary color
Monochromatic Colors of #6EADFD
Black with #6EADFD
Text Example
Text Example
White with #6EADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADFD; }
p { color: rgb(110,173,253); }
H1.HeaderClassName
{
color: #6EADFD;
}
.AnyTagClassName
{
color: #6EADFD;
}
</style>
background-color css
<style>
a { background-color: #6EADFD; }
a { background-color: rgb(110,173,253); }
div.DivClassName
{
background-color: #6EADFD;
}
.BgClassName
{
background-color: #6EADFD;
}
</style>
border-color css
<style>
span { border-color: #6EADFD; }
span { border-color: rgb(110,173,253); }
td.TdClassName
{
border-color: #6EADFD;
}
.TagClassName
{
border-color: #6EADFD;
}
</style>