Shades of Maya Blue #6DABFD
Tints of Maya Blue #6DABFD
RGB
CMYK
RGB Variations
Color information
#6DABFD (or 0x6DABFD) is known color: Maya Blue. HEX triplet: 6D, AB and FD. RGB value is (109,171,253). Sum of RGB (Red+Green+Blue) = 109+171+253=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DABFD is #925402. Grayscale: #A1A1A1. Windows color (decimal): -9589763 or 16624493. OLE color: 16624493.
HSL color Cylindrical-coordinate representation of color #6DABFD: hue angle of 214.17º 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 #6DABFD is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 171 | 253 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.01 |
| HSL | 214.17º | 0.97% | 0.71% | - |
| HSV(B) | 214.17º | 0.57% | 0.99% | - |
| XYZ | 38.6 | 39.47 | 98.51 | - |
| YUV | 161.81 | 179.46 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 253 | 0.57 | 0.32 | 0 | 0.01 | 214.17 | 0.97 | 0.71 |
| Hex | 6D | AB | FD | 39 | 20 | 0 | 1 | D6 | 61 | 47 |
| Octal | 155 | 253 | 375 | 71 | 40 | 0 | 1 | 326 | 141 | 107 |
| Binary | 1101101 | 10101011 | 11111101 | 111001 | 100000 | 0 | 1 | 11010110 | 1100001 | 1000111 |
Color Harmonies of #6DABFD
Complementary color
Monochromatic Colors of #6DABFD
Black with #6DABFD
Text Example
Text Example
White with #6DABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABFD; }
p { color: rgb(109,171,253); }
H1.HeaderClassName
{
color: #6DABFD;
}
.AnyTagClassName
{
color: #6DABFD;
}
</style>
background-color css
<style>
a { background-color: #6DABFD; }
a { background-color: rgb(109,171,253); }
div.DivClassName
{
background-color: #6DABFD;
}
.BgClassName
{
background-color: #6DABFD;
}
</style>
border-color css
<style>
span { border-color: #6DABFD; }
span { border-color: rgb(109,171,253); }
td.TdClassName
{
border-color: #6DABFD;
}
.TagClassName
{
border-color: #6DABFD;
}
</style>