Shades of Maya Blue #6DD7FE
Tints of Maya Blue #6DD7FE
RGB
CMYK
RGB Variations
Color information
#6DD7FE (or 0x6DD7FE) is known color: Maya Blue. HEX triplet: 6D, D7 and FE. RGB value is (109,215,254). Sum of RGB (Red+Green+Blue) = 109+215+254=578 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.86% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DD7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD7FE is #922801. Grayscale: #BBBBBB. Windows color (decimal): -9578498 or 16701293. OLE color: 16701293.
HSL color Cylindrical-coordinate representation of color #6DD7FE: hue angle of 196.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DD7FE is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 215 | 254 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.00 |
| HSL | 196.14º | 0.99% | 0.71% | - |
| HSV(B) | 196.14º | 0.57% | 1% | - |
| XYZ | 48.5 | 59.01 | 102.6 | - |
| YUV | 187.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 254 | 0.57 | 0.15 | 0 | 0.00 | 196.14 | 0.99 | 0.71 |
| Hex | 6D | D7 | FE | 39 | F | 0 | 0 | C4 | 63 | 47 |
| Octal | 155 | 327 | 376 | 71 | 17 | 0 | 0 | 304 | 143 | 107 |
| Binary | 1101101 | 11010111 | 11111110 | 111001 | 1111 | 0 | 0 | 11000100 | 1100011 | 1000111 |
Color Harmonies of #6DD7FE
Complementary color
Monochromatic Colors of #6DD7FE
Black with #6DD7FE
Text Example
Text Example
White with #6DD7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD7FE; }
p { color: rgb(109,215,254); }
H1.HeaderClassName
{
color: #6DD7FE;
}
.AnyTagClassName
{
color: #6DD7FE;
}
</style>
background-color css
<style>
a { background-color: #6DD7FE; }
a { background-color: rgb(109,215,254); }
div.DivClassName
{
background-color: #6DD7FE;
}
.BgClassName
{
background-color: #6DD7FE;
}
</style>
border-color css
<style>
span { border-color: #6DD7FE; }
span { border-color: rgb(109,215,254); }
td.TdClassName
{
border-color: #6DD7FE;
}
.TagClassName
{
border-color: #6DD7FE;
}
</style>