Shades of Maya Blue #6DADFC
Tints of Maya Blue #6DADFC
RGB
CMYK
RGB Variations
Color information
#6DADFC (or 0x6DADFC) is known color: Maya Blue. HEX triplet: 6D, AD and FC. RGB value is (109,173,252). Sum of RGB (Red+Green+Blue) = 109+173+252=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DADFC is #925203. Grayscale: #A2A2A2. Windows color (decimal): -9589252 or 16559469. OLE color: 16559469.
HSL color Cylindrical-coordinate representation of color #6DADFC: hue angle of 213.15º degrees, saturation: 0.96, 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 #6DADFC is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 173 | 252 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.01 |
| HSL | 213.15º | 0.96% | 0.71% | - |
| HSV(B) | 213.15º | 0.57% | 0.99% | - |
| XYZ | 38.82 | 40.17 | 97.8 | - |
| YUV | 162.87 | 178.3 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 252 | 0.57 | 0.31 | 0 | 0.01 | 213.15 | 0.96 | 0.71 |
| Hex | 6D | AD | FC | 39 | 1F | 0 | 1 | D5 | 60 | 47 |
| Octal | 155 | 255 | 374 | 71 | 37 | 0 | 1 | 325 | 140 | 107 |
| Binary | 1101101 | 10101101 | 11111100 | 111001 | 11111 | 0 | 1 | 11010101 | 1100000 | 1000111 |
Color Harmonies of #6DADFC
Complementary color
Monochromatic Colors of #6DADFC
Black with #6DADFC
Text Example
Text Example
White with #6DADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADFC; }
p { color: rgb(109,173,252); }
H1.HeaderClassName
{
color: #6DADFC;
}
.AnyTagClassName
{
color: #6DADFC;
}
</style>
background-color css
<style>
a { background-color: #6DADFC; }
a { background-color: rgb(109,173,252); }
div.DivClassName
{
background-color: #6DADFC;
}
.BgClassName
{
background-color: #6DADFC;
}
</style>
border-color css
<style>
span { border-color: #6DADFC; }
span { border-color: rgb(109,173,252); }
td.TdClassName
{
border-color: #6DADFC;
}
.TagClassName
{
border-color: #6DADFC;
}
</style>