Shades of Maya Blue #6EC0FB
Tints of Maya Blue #6EC0FB
RGB
CMYK
RGB Variations
Color information
#6EC0FB (or 0x6EC0FB) is known color: Maya Blue. HEX triplet: 6E, C0 and FB. RGB value is (110,192,251). Sum of RGB (Red+Green+Blue) = 110+192+251=553 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.89% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #6EC0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC0FB is #913F04. Grayscale: #ADADAD. Windows color (decimal): -9518853 or 16498798. OLE color: 16498798.
HSL color Cylindrical-coordinate representation of color #6EC0FB: hue angle of 205.11º degrees, saturation: 0.95, 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 #6EC0FB is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 192 | 251 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.02 |
| HSL | 205.11º | 0.95% | 0.71% | - |
| HSV(B) | 205.11º | 0.56% | 0.98% | - |
| XYZ | 42.69 | 47.98 | 98.28 | - |
| YUV | 174.21 | 171.33 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 251 | 0.56 | 0.24 | 0 | 0.02 | 205.11 | 0.95 | 0.71 |
| Hex | 6E | C0 | FB | 38 | 18 | 0 | 2 | CD | 5F | 47 |
| Octal | 156 | 300 | 373 | 70 | 30 | 0 | 2 | 315 | 137 | 107 |
| Binary | 1101110 | 11000000 | 11111011 | 111000 | 11000 | 0 | 10 | 11001101 | 1011111 | 1000111 |
Color Harmonies of #6EC0FB
Complementary color
Monochromatic Colors of #6EC0FB
Black with #6EC0FB
Text Example
Text Example
White with #6EC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC0FB; }
p { color: rgb(110,192,251); }
H1.HeaderClassName
{
color: #6EC0FB;
}
.AnyTagClassName
{
color: #6EC0FB;
}
</style>
background-color css
<style>
a { background-color: #6EC0FB; }
a { background-color: rgb(110,192,251); }
div.DivClassName
{
background-color: #6EC0FB;
}
.BgClassName
{
background-color: #6EC0FB;
}
</style>
border-color css
<style>
span { border-color: #6EC0FB; }
span { border-color: rgb(110,192,251); }
td.TdClassName
{
border-color: #6EC0FB;
}
.TagClassName
{
border-color: #6EC0FB;
}
</style>