Shades of Maya Blue #6DBAFD
Tints of Maya Blue #6DBAFD
RGB
CMYK
RGB Variations
Color information
#6DBAFD (or 0x6DBAFD) is known color: Maya Blue. HEX triplet: 6D, BA and FD. RGB value is (109,186,253). Sum of RGB (Red+Green+Blue) = 109+186+253=548 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.89% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBAFD is #924502. Grayscale: #AAAAAA. Windows color (decimal): -9585923 or 16628333. OLE color: 16628333.
HSL color Cylindrical-coordinate representation of color #6DBAFD: hue angle of 207.92º 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 #6DBAFD is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 186 | 253 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.01 |
| HSL | 207.92º | 0.97% | 0.71% | - |
| HSV(B) | 207.92º | 0.57% | 0.99% | - |
| XYZ | 41.6 | 45.46 | 99.51 | - |
| YUV | 170.62 | 174.49 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 253 | 0.57 | 0.26 | 0 | 0.01 | 207.92 | 0.97 | 0.71 |
| Hex | 6D | BA | FD | 39 | 1A | 0 | 1 | D0 | 61 | 47 |
| Octal | 155 | 272 | 375 | 71 | 32 | 0 | 1 | 320 | 141 | 107 |
| Binary | 1101101 | 10111010 | 11111101 | 111001 | 11010 | 0 | 1 | 11010000 | 1100001 | 1000111 |
Color Harmonies of #6DBAFD
Complementary color
Monochromatic Colors of #6DBAFD
Black with #6DBAFD
Text Example
Text Example
White with #6DBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBAFD; }
p { color: rgb(109,186,253); }
H1.HeaderClassName
{
color: #6DBAFD;
}
.AnyTagClassName
{
color: #6DBAFD;
}
</style>
background-color css
<style>
a { background-color: #6DBAFD; }
a { background-color: rgb(109,186,253); }
div.DivClassName
{
background-color: #6DBAFD;
}
.BgClassName
{
background-color: #6DBAFD;
}
</style>
border-color css
<style>
span { border-color: #6DBAFD; }
span { border-color: rgb(109,186,253); }
td.TdClassName
{
border-color: #6DBAFD;
}
.TagClassName
{
border-color: #6DBAFD;
}
</style>