Shades of Maya Blue #6DAFFE
Tints of Maya Blue #6DAFFE
RGB
CMYK
RGB Variations
Color information
#6DAFFE (or 0x6DAFFE) is known color: Maya Blue. HEX triplet: 6D, AF and FE. RGB value is (109,175,254). Sum of RGB (Red+Green+Blue) = 109+175+254=538 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.26% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DAFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAFFE is #925001. Grayscale: #A3A3A3. Windows color (decimal): -9588738 or 16691053. OLE color: 16691053.
HSL color Cylindrical-coordinate representation of color #6DAFFE: hue angle of 212.69º 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 #6DAFFE is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 175 | 254 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.00 |
| HSL | 212.69º | 0.99% | 0.71% | - |
| HSV(B) | 212.69º | 0.57% | 1% | - |
| XYZ | 39.53 | 41.07 | 99.61 | - |
| YUV | 164.27 | 178.63 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 254 | 0.57 | 0.31 | 0 | 0.00 | 212.69 | 0.99 | 0.71 |
| Hex | 6D | AF | FE | 39 | 1F | 0 | 0 | D5 | 63 | 47 |
| Octal | 155 | 257 | 376 | 71 | 37 | 0 | 0 | 325 | 143 | 107 |
| Binary | 1101101 | 10101111 | 11111110 | 111001 | 11111 | 0 | 0 | 11010101 | 1100011 | 1000111 |
Color Harmonies of #6DAFFE
Complementary color
Monochromatic Colors of #6DAFFE
Black with #6DAFFE
Text Example
Text Example
White with #6DAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFFE; }
p { color: rgb(109,175,254); }
H1.HeaderClassName
{
color: #6DAFFE;
}
.AnyTagClassName
{
color: #6DAFFE;
}
</style>
background-color css
<style>
a { background-color: #6DAFFE; }
a { background-color: rgb(109,175,254); }
div.DivClassName
{
background-color: #6DAFFE;
}
.BgClassName
{
background-color: #6DAFFE;
}
</style>
border-color css
<style>
span { border-color: #6DAFFE; }
span { border-color: rgb(109,175,254); }
td.TdClassName
{
border-color: #6DAFFE;
}
.TagClassName
{
border-color: #6DAFFE;
}
</style>