Shades of Maya Blue #6DBDEF
Tints of Maya Blue #6DBDEF
RGB
CMYK
RGB Variations
Color information
#6DBDEF (or 0x6DBDEF) is known color: Maya Blue. HEX triplet: 6D, BD and EF. RGB value is (109,189,239). Sum of RGB (Red+Green+Blue) = 109+189+239=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DBDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBDEF is #924210. Grayscale: #AAAAAA. Windows color (decimal): -9585169 or 15711597. OLE color: 15711597.
HSL color Cylindrical-coordinate representation of color #6DBDEF: hue angle of 203.08º 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 #6DBDEF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 189 | 239 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.06 |
| HSL | 203.08º | 0.8% | 0.68% | - |
| HSV(B) | 203.08º | 0.54% | 0.94% | - |
| XYZ | 40.08 | 45.88 | 88.4 | - |
| YUV | 170.78 | 166.5 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 239 | 0.54 | 0.21 | 0 | 0.06 | 203.08 | 0.8 | 0.68 |
| Hex | 6D | BD | EF | 36 | 15 | 0 | 6 | CB | 50 | 44 |
| Octal | 155 | 275 | 357 | 66 | 25 | 0 | 6 | 313 | 120 | 104 |
| Binary | 1101101 | 10111101 | 11101111 | 110110 | 10101 | 0 | 110 | 11001011 | 1010000 | 1000100 |
Color Harmonies of #6DBDEF
Complementary color
Monochromatic Colors of #6DBDEF
Black with #6DBDEF
Text Example
Text Example
White with #6DBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDEF; }
p { color: rgb(109,189,239); }
H1.HeaderClassName
{
color: #6DBDEF;
}
.AnyTagClassName
{
color: #6DBDEF;
}
</style>
background-color css
<style>
a { background-color: #6DBDEF; }
a { background-color: rgb(109,189,239); }
div.DivClassName
{
background-color: #6DBDEF;
}
.BgClassName
{
background-color: #6DBDEF;
}
</style>
border-color css
<style>
span { border-color: #6DBDEF; }
span { border-color: rgb(109,189,239); }
td.TdClassName
{
border-color: #6DBDEF;
}
.TagClassName
{
border-color: #6DBDEF;
}
</style>