Shades of Maya Blue #6DD7FF
Tints of Maya Blue #6DD7FF
RGB
CMYK
RGB Variations
Color information
#6DD7FF (or 0x6DD7FF) is known color: Maya Blue. HEX triplet: 6D, D7 and FF. RGB value is (109,215,255). Sum of RGB (Red+Green+Blue) = 109+215+255=579 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.83% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DD7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD7FF is #922800. Grayscale: #BBBBBB. Windows color (decimal): -9578497 or 16766829. OLE color: 16766829.
HSL color Cylindrical-coordinate representation of color #6DD7FF: hue angle of 196.44º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DD7FF is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 215 | 255 | - |
| CMYK | 0.57 | 0.16 | 0 | 0 |
| HSL | 196.44º | 1% | 0.71% | - |
| HSV(B) | 196.44º | 0.57% | 1% | - |
| XYZ | 48.66 | 59.07 | 103.45 | - |
| YUV | 187.87 | 165.88 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 255 | 0.57 | 0.16 | 0 | 0 | 196.44 | 1 | 0.71 |
| Hex | 6D | D7 | FF | 39 | 10 | 0 | 0 | C4 | 64 | 47 |
| Octal | 155 | 327 | 377 | 71 | 20 | 0 | 0 | 304 | 144 | 107 |
| Binary | 1101101 | 11010111 | 11111111 | 111001 | 10000 | 0 | 0 | 11000100 | 1100100 | 1000111 |
Color Harmonies of #6DD7FF
Complementary color
Monochromatic Colors of #6DD7FF
Black with #6DD7FF
Text Example
Text Example
White with #6DD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD7FF; }
p { color: rgb(109,215,255); }
H1.HeaderClassName
{
color: #6DD7FF;
}
.AnyTagClassName
{
color: #6DD7FF;
}
</style>
background-color css
<style>
a { background-color: #6DD7FF; }
a { background-color: rgb(109,215,255); }
div.DivClassName
{
background-color: #6DD7FF;
}
.BgClassName
{
background-color: #6DD7FF;
}
</style>
border-color css
<style>
span { border-color: #6DD7FF; }
span { border-color: rgb(109,215,255); }
td.TdClassName
{
border-color: #6DD7FF;
}
.TagClassName
{
border-color: #6DD7FF;
}
</style>