Shades of Maya Blue #6DBDFF
Tints of Maya Blue #6DBDFF
RGB
CMYK
RGB Variations
Color information
#6DBDFF (or 0x6DBDFF) is known color: Maya Blue. HEX triplet: 6D, BD and FF. RGB value is (109,189,255). Sum of RGB (Red+Green+Blue) = 109+189+255=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBDFF is #924200. Grayscale: #ACACAC. Windows color (decimal): -9585153 or 16760173. OLE color: 16760173.
HSL color Cylindrical-coordinate representation of color #6DBDFF: hue angle of 207.12º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DBDFF is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 189 | 255 | - |
| CMYK | 0.57 | 0.26 | 0 | 0 |
| HSL | 207.12º | 1% | 0.71% | - |
| HSV(B) | 207.12º | 0.57% | 1% | - |
| XYZ | 42.55 | 46.87 | 101.41 | - |
| YUV | 172.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 255 | 0.57 | 0.26 | 0 | 0 | 207.12 | 1 | 0.71 |
| Hex | 6D | BD | FF | 39 | 1A | 0 | 0 | CF | 64 | 47 |
| Octal | 155 | 275 | 377 | 71 | 32 | 0 | 0 | 317 | 144 | 107 |
| Binary | 1101101 | 10111101 | 11111111 | 111001 | 11010 | 0 | 0 | 11001111 | 1100100 | 1000111 |
Color Harmonies of #6DBDFF
Complementary color
Monochromatic Colors of #6DBDFF
Black with #6DBDFF
Text Example
Text Example
White with #6DBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDFF; }
p { color: rgb(109,189,255); }
H1.HeaderClassName
{
color: #6DBDFF;
}
.AnyTagClassName
{
color: #6DBDFF;
}
</style>
background-color css
<style>
a { background-color: #6DBDFF; }
a { background-color: rgb(109,189,255); }
div.DivClassName
{
background-color: #6DBDFF;
}
.BgClassName
{
background-color: #6DBDFF;
}
</style>
border-color css
<style>
span { border-color: #6DBDFF; }
span { border-color: rgb(109,189,255); }
td.TdClassName
{
border-color: #6DBDFF;
}
.TagClassName
{
border-color: #6DBDFF;
}
</style>