Shades of Maya Blue #6DBAEF
Tints of Maya Blue #6DBAEF
RGB
CMYK
RGB Variations
Color information
#6DBAEF (or 0x6DBAEF) is known color: Maya Blue. HEX triplet: 6D, BA and EF. RGB value is (109,186,239). Sum of RGB (Red+Green+Blue) = 109+186+239=534 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.41% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DBAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBAEF is #924510. Grayscale: #A8A8A8. Windows color (decimal): -9585937 or 15710829. OLE color: 15710829.
HSL color Cylindrical-coordinate representation of color #6DBAEF: hue angle of 204.46º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DBAEF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 186 | 239 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.06 |
| HSL | 204.46º | 0.8% | 0.68% | - |
| HSV(B) | 204.46º | 0.54% | 0.94% | - |
| XYZ | 39.45 | 44.6 | 88.19 | - |
| YUV | 169.02 | 167.49 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 239 | 0.54 | 0.22 | 0 | 0.06 | 204.46 | 0.8 | 0.68 |
| Hex | 6D | BA | EF | 36 | 16 | 0 | 6 | CC | 50 | 44 |
| Octal | 155 | 272 | 357 | 66 | 26 | 0 | 6 | 314 | 120 | 104 |
| Binary | 1101101 | 10111010 | 11101111 | 110110 | 10110 | 0 | 110 | 11001100 | 1010000 | 1000100 |
Color Harmonies of #6DBAEF
Complementary color
Monochromatic Colors of #6DBAEF
Black with #6DBAEF
Text Example
Text Example
White with #6DBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBAEF; }
p { color: rgb(109,186,239); }
H1.HeaderClassName
{
color: #6DBAEF;
}
.AnyTagClassName
{
color: #6DBAEF;
}
</style>
background-color css
<style>
a { background-color: #6DBAEF; }
a { background-color: rgb(109,186,239); }
div.DivClassName
{
background-color: #6DBAEF;
}
.BgClassName
{
background-color: #6DBAEF;
}
</style>
border-color css
<style>
span { border-color: #6DBAEF; }
span { border-color: rgb(109,186,239); }
td.TdClassName
{
border-color: #6DBAEF;
}
.TagClassName
{
border-color: #6DBAEF;
}
</style>