Shades of Maya Blue #6EC6FD
Tints of Maya Blue #6EC6FD
RGB
CMYK
RGB Variations
Color information
#6EC6FD (or 0x6EC6FD) is known color: Maya Blue. HEX triplet: 6E, C6 and FD. RGB value is (110,198,253). Sum of RGB (Red+Green+Blue) = 110+198+253=561 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.61% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EC6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC6FD is #913902. Grayscale: #B1B1B1. Windows color (decimal): -9517315 or 16631406. OLE color: 16631406.
HSL color Cylindrical-coordinate representation of color #6EC6FD: hue angle of 203.08º 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 #6EC6FD is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 198 | 253 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.01 |
| HSL | 203.08º | 0.97% | 0.71% | - |
| HSV(B) | 203.08º | 0.57% | 0.99% | - |
| XYZ | 44.35 | 50.8 | 100.4 | - |
| YUV | 177.96 | 170.35 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 253 | 0.57 | 0.22 | 0 | 0.01 | 203.08 | 0.97 | 0.71 |
| Hex | 6E | C6 | FD | 39 | 16 | 0 | 1 | CB | 61 | 47 |
| Octal | 156 | 306 | 375 | 71 | 26 | 0 | 1 | 313 | 141 | 107 |
| Binary | 1101110 | 11000110 | 11111101 | 111001 | 10110 | 0 | 1 | 11001011 | 1100001 | 1000111 |
Color Harmonies of #6EC6FD
Complementary color
Monochromatic Colors of #6EC6FD
Black with #6EC6FD
Text Example
Text Example
White with #6EC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC6FD; }
p { color: rgb(110,198,253); }
H1.HeaderClassName
{
color: #6EC6FD;
}
.AnyTagClassName
{
color: #6EC6FD;
}
</style>
background-color css
<style>
a { background-color: #6EC6FD; }
a { background-color: rgb(110,198,253); }
div.DivClassName
{
background-color: #6EC6FD;
}
.BgClassName
{
background-color: #6EC6FD;
}
</style>
border-color css
<style>
span { border-color: #6EC6FD; }
span { border-color: rgb(110,198,253); }
td.TdClassName
{
border-color: #6EC6FD;
}
.TagClassName
{
border-color: #6EC6FD;
}
</style>