Shades of Maya Blue #6DD0FF
Tints of Maya Blue #6DD0FF
RGB
CMYK
RGB Variations
Color information
#6DD0FF (or 0x6DD0FF) is known color: Maya Blue. HEX triplet: 6D, D0 and FF. RGB value is (109,208,255). Sum of RGB (Red+Green+Blue) = 109+208+255=572 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.06% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DD0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD0FF is #922F00. Grayscale: #B7B7B7. Windows color (decimal): -9580289 or 16765037. OLE color: 16765037.
HSL color Cylindrical-coordinate representation of color #6DD0FF: hue angle of 199.32º 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 #6DD0FF is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 208 | 255 | - |
| CMYK | 0.57 | 0.18 | 0 | 0 |
| HSL | 199.32º | 1% | 0.71% | - |
| HSV(B) | 199.32º | 0.57% | 1% | - |
| XYZ | 46.91 | 55.58 | 102.86 | - |
| YUV | 183.76 | 168.2 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 255 | 0.57 | 0.18 | 0 | 0 | 199.32 | 1 | 0.71 |
| Hex | 6D | D0 | FF | 39 | 12 | 0 | 0 | C7 | 64 | 47 |
| Octal | 155 | 320 | 377 | 71 | 22 | 0 | 0 | 307 | 144 | 107 |
| Binary | 1101101 | 11010000 | 11111111 | 111001 | 10010 | 0 | 0 | 11000111 | 1100100 | 1000111 |
Color Harmonies of #6DD0FF
Complementary color
Monochromatic Colors of #6DD0FF
Black with #6DD0FF
Text Example
Text Example
White with #6DD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD0FF; }
p { color: rgb(109,208,255); }
H1.HeaderClassName
{
color: #6DD0FF;
}
.AnyTagClassName
{
color: #6DD0FF;
}
</style>
background-color css
<style>
a { background-color: #6DD0FF; }
a { background-color: rgb(109,208,255); }
div.DivClassName
{
background-color: #6DD0FF;
}
.BgClassName
{
background-color: #6DD0FF;
}
</style>
border-color css
<style>
span { border-color: #6DD0FF; }
span { border-color: rgb(109,208,255); }
td.TdClassName
{
border-color: #6DD0FF;
}
.TagClassName
{
border-color: #6DD0FF;
}
</style>