Shades of Maya Blue #6DBDFA
Tints of Maya Blue #6DBDFA
RGB
CMYK
RGB Variations
Color information
#6DBDFA (or 0x6DBDFA) is known color: Maya Blue. HEX triplet: 6D, BD and FA. RGB value is (109,189,250). Sum of RGB (Red+Green+Blue) = 109+189+250=548 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.89% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DBDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBDFA is #924205. Grayscale: #ABABAB. Windows color (decimal): -9585158 or 16432493. OLE color: 16432493.
HSL color Cylindrical-coordinate representation of color #6DBDFA: hue angle of 205.96º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DBDFA is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 189 | 250 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.02 |
| HSL | 205.96º | 0.93% | 0.7% | - |
| HSV(B) | 205.96º | 0.56% | 0.98% | - |
| XYZ | 41.76 | 46.55 | 97.23 | - |
| YUV | 172.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 250 | 0.56 | 0.24 | 0 | 0.02 | 205.96 | 0.93 | 0.7 |
| Hex | 6D | BD | FA | 38 | 18 | 0 | 2 | CE | 5D | 46 |
| Octal | 155 | 275 | 372 | 70 | 30 | 0 | 2 | 316 | 135 | 106 |
| Binary | 1101101 | 10111101 | 11111010 | 111000 | 11000 | 0 | 10 | 11001110 | 1011101 | 1000110 |
Color Harmonies of #6DBDFA
Complementary color
Monochromatic Colors of #6DBDFA
Black with #6DBDFA
Text Example
Text Example
White with #6DBDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDFA; }
p { color: rgb(109,189,250); }
H1.HeaderClassName
{
color: #6DBDFA;
}
.AnyTagClassName
{
color: #6DBDFA;
}
</style>
background-color css
<style>
a { background-color: #6DBDFA; }
a { background-color: rgb(109,189,250); }
div.DivClassName
{
background-color: #6DBDFA;
}
.BgClassName
{
background-color: #6DBDFA;
}
</style>
border-color css
<style>
span { border-color: #6DBDFA; }
span { border-color: rgb(109,189,250); }
td.TdClassName
{
border-color: #6DBDFA;
}
.TagClassName
{
border-color: #6DBDFA;
}
</style>