Shades of Maya Blue #6EC4FA
Tints of Maya Blue #6EC4FA
RGB
CMYK
RGB Variations
Color information
#6EC4FA (or 0x6EC4FA) is known color: Maya Blue. HEX triplet: 6E, C4 and FA. RGB value is (110,196,250). Sum of RGB (Red+Green+Blue) = 110+196+250=556 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.78% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EC4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC4FA is #913B05. Grayscale: #B0B0B0. Windows color (decimal): -9517830 or 16434286. OLE color: 16434286.
HSL color Cylindrical-coordinate representation of color #6EC4FA: hue angle of 203.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EC4FA is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 196 | 250 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.02 |
| HSL | 203.14º | 0.93% | 0.71% | - |
| HSV(B) | 203.14º | 0.56% | 0.98% | - |
| XYZ | 43.43 | 49.7 | 97.75 | - |
| YUV | 176.44 | 169.51 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 196 | 250 | 0.56 | 0.22 | 0 | 0.02 | 203.14 | 0.93 | 0.71 |
| Hex | 6E | C4 | FA | 38 | 16 | 0 | 2 | CB | 5D | 47 |
| Octal | 156 | 304 | 372 | 70 | 26 | 0 | 2 | 313 | 135 | 107 |
| Binary | 1101110 | 11000100 | 11111010 | 111000 | 10110 | 0 | 10 | 11001011 | 1011101 | 1000111 |
Color Harmonies of #6EC4FA
Complementary color
Monochromatic Colors of #6EC4FA
Black with #6EC4FA
Text Example
Text Example
White with #6EC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC4FA; }
p { color: rgb(110,196,250); }
H1.HeaderClassName
{
color: #6EC4FA;
}
.AnyTagClassName
{
color: #6EC4FA;
}
</style>
background-color css
<style>
a { background-color: #6EC4FA; }
a { background-color: rgb(110,196,250); }
div.DivClassName
{
background-color: #6EC4FA;
}
.BgClassName
{
background-color: #6EC4FA;
}
</style>
border-color css
<style>
span { border-color: #6EC4FA; }
span { border-color: rgb(110,196,250); }
td.TdClassName
{
border-color: #6EC4FA;
}
.TagClassName
{
border-color: #6EC4FA;
}
</style>