Shades of Maya Blue #6DAEFF
Tints of Maya Blue #6DAEFF
RGB
CMYK
RGB Variations
Color information
#6DAEFF (or 0x6DAEFF) is known color: Maya Blue. HEX triplet: 6D, AE and FF. RGB value is (109,174,255). Sum of RGB (Red+Green+Blue) = 109+174+255=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAEFF is #925100. Grayscale: #A3A3A3. Windows color (decimal): -9588993 or 16756333. OLE color: 16756333.
HSL color Cylindrical-coordinate representation of color #6DAEFF: hue angle of 213.29º 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 #6DAEFF is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 174 | 255 | - |
| CMYK | 0.57 | 0.32 | 0 | 0 |
| HSL | 213.29º | 1% | 0.71% | - |
| HSV(B) | 213.29º | 0.57% | 1% | - |
| XYZ | 39.49 | 40.74 | 100.39 | - |
| YUV | 163.8 | 179.47 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 255 | 0.57 | 0.32 | 0 | 0 | 213.29 | 1 | 0.71 |
| Hex | 6D | AE | FF | 39 | 20 | 0 | 0 | D5 | 64 | 47 |
| Octal | 155 | 256 | 377 | 71 | 40 | 0 | 0 | 325 | 144 | 107 |
| Binary | 1101101 | 10101110 | 11111111 | 111001 | 100000 | 0 | 0 | 11010101 | 1100100 | 1000111 |
Color Harmonies of #6DAEFF
Complementary color
Monochromatic Colors of #6DAEFF
Black with #6DAEFF
Text Example
Text Example
White with #6DAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEFF; }
p { color: rgb(109,174,255); }
H1.HeaderClassName
{
color: #6DAEFF;
}
.AnyTagClassName
{
color: #6DAEFF;
}
</style>
background-color css
<style>
a { background-color: #6DAEFF; }
a { background-color: rgb(109,174,255); }
div.DivClassName
{
background-color: #6DAEFF;
}
.BgClassName
{
background-color: #6DAEFF;
}
</style>
border-color css
<style>
span { border-color: #6DAEFF; }
span { border-color: rgb(109,174,255); }
td.TdClassName
{
border-color: #6DAEFF;
}
.TagClassName
{
border-color: #6DAEFF;
}
</style>