Shades of Maya Blue #6EAEFD
Tints of Maya Blue #6EAEFD
RGB
CMYK
RGB Variations
Color information
#6EAEFD (or 0x6EAEFD) is known color: Maya Blue. HEX triplet: 6E, AE and FD. RGB value is (110,174,253). Sum of RGB (Red+Green+Blue) = 110+174+253=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAEFD is #915102. Grayscale: #A3A3A3. Windows color (decimal): -9523459 or 16625262. OLE color: 16625262.
HSL color Cylindrical-coordinate representation of color #6EAEFD: hue angle of 213.15º 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 #6EAEFD is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 174 | 253 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.01 |
| HSL | 213.15º | 0.97% | 0.71% | - |
| HSV(B) | 213.15º | 0.57% | 0.99% | - |
| XYZ | 39.3 | 40.68 | 98.71 | - |
| YUV | 163.87 | 178.3 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 174 | 253 | 0.57 | 0.31 | 0 | 0.01 | 213.15 | 0.97 | 0.71 |
| Hex | 6E | AE | FD | 39 | 1F | 0 | 1 | D5 | 61 | 47 |
| Octal | 156 | 256 | 375 | 71 | 37 | 0 | 1 | 325 | 141 | 107 |
| Binary | 1101110 | 10101110 | 11111101 | 111001 | 11111 | 0 | 1 | 11010101 | 1100001 | 1000111 |
Color Harmonies of #6EAEFD
Complementary color
Monochromatic Colors of #6EAEFD
Black with #6EAEFD
Text Example
Text Example
White with #6EAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAEFD; }
p { color: rgb(110,174,253); }
H1.HeaderClassName
{
color: #6EAEFD;
}
.AnyTagClassName
{
color: #6EAEFD;
}
</style>
background-color css
<style>
a { background-color: #6EAEFD; }
a { background-color: rgb(110,174,253); }
div.DivClassName
{
background-color: #6EAEFD;
}
.BgClassName
{
background-color: #6EAEFD;
}
</style>
border-color css
<style>
span { border-color: #6EAEFD; }
span { border-color: rgb(110,174,253); }
td.TdClassName
{
border-color: #6EAEFD;
}
.TagClassName
{
border-color: #6EAEFD;
}
</style>