Shades of Maya Blue #6EAEFE
Tints of Maya Blue #6EAEFE
RGB
CMYK
RGB Variations
Color information
#6EAEFE (or 0x6EAEFE) is known color: Maya Blue. HEX triplet: 6E, AE and FE. RGB value is (110,174,254). Sum of RGB (Red+Green+Blue) = 110+174+254=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EAEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAEFE is #915101. Grayscale: #A3A3A3. Windows color (decimal): -9523458 or 16690798. OLE color: 16690798.
HSL color Cylindrical-coordinate representation of color #6EAEFE: hue angle of 213.33º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EAEFE is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 174 | 254 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.00 |
| HSL | 213.33º | 0.99% | 0.71% | - |
| HSV(B) | 213.33º | 0.57% | 1% | - |
| XYZ | 39.46 | 40.74 | 99.55 | - |
| YUV | 163.98 | 178.8 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 174 | 254 | 0.57 | 0.31 | 0 | 0.00 | 213.33 | 0.99 | 0.71 |
| Hex | 6E | AE | FE | 39 | 1F | 0 | 0 | D5 | 63 | 47 |
| Octal | 156 | 256 | 376 | 71 | 37 | 0 | 0 | 325 | 143 | 107 |
| Binary | 1101110 | 10101110 | 11111110 | 111001 | 11111 | 0 | 0 | 11010101 | 1100011 | 1000111 |
Color Harmonies of #6EAEFE
Complementary color
Monochromatic Colors of #6EAEFE
Black with #6EAEFE
Text Example
Text Example
White with #6EAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAEFE; }
p { color: rgb(110,174,254); }
H1.HeaderClassName
{
color: #6EAEFE;
}
.AnyTagClassName
{
color: #6EAEFE;
}
</style>
background-color css
<style>
a { background-color: #6EAEFE; }
a { background-color: rgb(110,174,254); }
div.DivClassName
{
background-color: #6EAEFE;
}
.BgClassName
{
background-color: #6EAEFE;
}
</style>
border-color css
<style>
span { border-color: #6EAEFE; }
span { border-color: rgb(110,174,254); }
td.TdClassName
{
border-color: #6EAEFE;
}
.TagClassName
{
border-color: #6EAEFE;
}
</style>