Shades of Maya Blue #6DBBEF
Tints of Maya Blue #6DBBEF
RGB
CMYK
RGB Variations
Color information
#6DBBEF (or 0x6DBBEF) is known color: Maya Blue. HEX triplet: 6D, BB and EF. RGB value is (109,187,239). Sum of RGB (Red+Green+Blue) = 109+187+239=535 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.37% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DBBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBBEF is #924410. Grayscale: #A9A9A9. Windows color (decimal): -9585681 or 15711085. OLE color: 15711085.
HSL color Cylindrical-coordinate representation of color #6DBBEF: hue angle of 204º 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 #6DBBEF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 187 | 239 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.06 |
| HSL | 204º | 0.8% | 0.68% | - |
| HSV(B) | 204º | 0.54% | 0.94% | - |
| XYZ | 39.66 | 45.02 | 88.26 | - |
| YUV | 169.61 | 167.16 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 239 | 0.54 | 0.22 | 0 | 0.06 | 204 | 0.8 | 0.68 |
| Hex | 6D | BB | EF | 36 | 16 | 0 | 6 | CC | 50 | 44 |
| Octal | 155 | 273 | 357 | 66 | 26 | 0 | 6 | 314 | 120 | 104 |
| Binary | 1101101 | 10111011 | 11101111 | 110110 | 10110 | 0 | 110 | 11001100 | 1010000 | 1000100 |
Color Harmonies of #6DBBEF
Complementary color
Monochromatic Colors of #6DBBEF
Black with #6DBBEF
Text Example
Text Example
White with #6DBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBEF; }
p { color: rgb(109,187,239); }
H1.HeaderClassName
{
color: #6DBBEF;
}
.AnyTagClassName
{
color: #6DBBEF;
}
</style>
background-color css
<style>
a { background-color: #6DBBEF; }
a { background-color: rgb(109,187,239); }
div.DivClassName
{
background-color: #6DBBEF;
}
.BgClassName
{
background-color: #6DBBEF;
}
</style>
border-color css
<style>
span { border-color: #6DBBEF; }
span { border-color: rgb(109,187,239); }
td.TdClassName
{
border-color: #6DBBEF;
}
.TagClassName
{
border-color: #6DBBEF;
}
</style>