Shades of Maya Blue #6DACFD
Tints of Maya Blue #6DACFD
RGB
CMYK
RGB Variations
Color information
#6DACFD (or 0x6DACFD) is known color: Maya Blue. HEX triplet: 6D, AC and FD. RGB value is (109,172,253). Sum of RGB (Red+Green+Blue) = 109+172+253=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DACFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DACFD is #925302. Grayscale: #A2A2A2. Windows color (decimal): -9589507 or 16624749. OLE color: 16624749.
HSL color Cylindrical-coordinate representation of color #6DACFD: hue angle of 213.75º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DACFD is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 172 | 253 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.01 |
| HSL | 213.75º | 0.97% | 0.71% | - |
| HSV(B) | 213.75º | 0.57% | 0.99% | - |
| XYZ | 38.79 | 39.85 | 98.58 | - |
| YUV | 162.4 | 179.13 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 253 | 0.57 | 0.32 | 0 | 0.01 | 213.75 | 0.97 | 0.71 |
| Hex | 6D | AC | FD | 39 | 20 | 0 | 1 | D6 | 61 | 47 |
| Octal | 155 | 254 | 375 | 71 | 40 | 0 | 1 | 326 | 141 | 107 |
| Binary | 1101101 | 10101100 | 11111101 | 111001 | 100000 | 0 | 1 | 11010110 | 1100001 | 1000111 |
Color Harmonies of #6DACFD
Complementary color
Monochromatic Colors of #6DACFD
Black with #6DACFD
Text Example
Text Example
White with #6DACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACFD; }
p { color: rgb(109,172,253); }
H1.HeaderClassName
{
color: #6DACFD;
}
.AnyTagClassName
{
color: #6DACFD;
}
</style>
background-color css
<style>
a { background-color: #6DACFD; }
a { background-color: rgb(109,172,253); }
div.DivClassName
{
background-color: #6DACFD;
}
.BgClassName
{
background-color: #6DACFD;
}
</style>
border-color css
<style>
span { border-color: #6DACFD; }
span { border-color: rgb(109,172,253); }
td.TdClassName
{
border-color: #6DACFD;
}
.TagClassName
{
border-color: #6DACFD;
}
</style>