Shades of Maya Blue #6DAFFF
Tints of Maya Blue #6DAFFF
RGB
CMYK
RGB Variations
Color information
#6DAFFF (or 0x6DAFFF) is known color: Maya Blue. HEX triplet: 6D, AF and FF. RGB value is (109,175,255). Sum of RGB (Red+Green+Blue) = 109+175+255=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DAFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAFFF is #925000. Grayscale: #A4A4A4. Windows color (decimal): -9588737 or 16756589. OLE color: 16756589.
HSL color Cylindrical-coordinate representation of color #6DAFFF: hue angle of 212.88º 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 #6DAFFF is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 175 | 255 | - |
| CMYK | 0.57 | 0.31 | 0 | 0 |
| HSL | 212.88º | 1% | 0.71% | - |
| HSV(B) | 212.88º | 0.57% | 1% | - |
| XYZ | 39.69 | 41.13 | 100.46 | - |
| YUV | 164.39 | 179.13 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 255 | 0.57 | 0.31 | 0 | 0 | 212.88 | 1 | 0.71 |
| Hex | 6D | AF | FF | 39 | 1F | 0 | 0 | D5 | 64 | 47 |
| Octal | 155 | 257 | 377 | 71 | 37 | 0 | 0 | 325 | 144 | 107 |
| Binary | 1101101 | 10101111 | 11111111 | 111001 | 11111 | 0 | 0 | 11010101 | 1100100 | 1000111 |
Color Harmonies of #6DAFFF
Complementary color
Monochromatic Colors of #6DAFFF
Black with #6DAFFF
Text Example
Text Example
White with #6DAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFFF; }
p { color: rgb(109,175,255); }
H1.HeaderClassName
{
color: #6DAFFF;
}
.AnyTagClassName
{
color: #6DAFFF;
}
</style>
background-color css
<style>
a { background-color: #6DAFFF; }
a { background-color: rgb(109,175,255); }
div.DivClassName
{
background-color: #6DAFFF;
}
.BgClassName
{
background-color: #6DAFFF;
}
</style>
border-color css
<style>
span { border-color: #6DAFFF; }
span { border-color: rgb(109,175,255); }
td.TdClassName
{
border-color: #6DAFFF;
}
.TagClassName
{
border-color: #6DAFFF;
}
</style>