Shades of Maya Blue #6ED9FF
Tints of Maya Blue #6ED9FF
RGB
CMYK
RGB Variations
Color information
#6ED9FF (or 0x6ED9FF) is known color: Maya Blue. HEX triplet: 6E, D9 and FF. RGB value is (110,217,255). Sum of RGB (Red+Green+Blue) = 110+217+255=582 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.90% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ED9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED9FF is #912600. Grayscale: #BDBDBD. Windows color (decimal): -9512449 or 16767342. OLE color: 16767342.
HSL color Cylindrical-coordinate representation of color #6ED9FF: hue angle of 195.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ED9FF is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 217 | 255 | - |
| CMYK | 0.57 | 0.15 | 0 | 0 |
| HSL | 195.72º | 1% | 0.72% | - |
| HSV(B) | 195.72º | 0.57% | 1% | - |
| XYZ | 49.29 | 60.16 | 103.62 | - |
| YUV | 189.34 | 165.05 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 217 | 255 | 0.57 | 0.15 | 0 | 0 | 195.72 | 1 | 0.72 |
| Hex | 6E | D9 | FF | 39 | F | 0 | 0 | C4 | 64 | 48 |
| Octal | 156 | 331 | 377 | 71 | 17 | 0 | 0 | 304 | 144 | 110 |
| Binary | 1101110 | 11011001 | 11111111 | 111001 | 1111 | 0 | 0 | 11000100 | 1100100 | 1001000 |
Color Harmonies of #6ED9FF
Complementary color
Monochromatic Colors of #6ED9FF
Black with #6ED9FF
Text Example
Text Example
White with #6ED9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED9FF; }
p { color: rgb(110,217,255); }
H1.HeaderClassName
{
color: #6ED9FF;
}
.AnyTagClassName
{
color: #6ED9FF;
}
</style>
background-color css
<style>
a { background-color: #6ED9FF; }
a { background-color: rgb(110,217,255); }
div.DivClassName
{
background-color: #6ED9FF;
}
.BgClassName
{
background-color: #6ED9FF;
}
</style>
border-color css
<style>
span { border-color: #6ED9FF; }
span { border-color: rgb(110,217,255); }
td.TdClassName
{
border-color: #6ED9FF;
}
.TagClassName
{
border-color: #6ED9FF;
}
</style>