Shades of Maya Blue #6DBDF1
Tints of Maya Blue #6DBDF1
RGB
CMYK
RGB Variations
Color information
#6DBDF1 (or 0x6DBDF1) is known color: Maya Blue. HEX triplet: 6D, BD and F1. RGB value is (109,189,241). Sum of RGB (Red+Green+Blue) = 109+189+241=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DBDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBDF1 is #92420E. Grayscale: #AAAAAA. Windows color (decimal): -9585167 or 15842669. OLE color: 15842669.
HSL color Cylindrical-coordinate representation of color #6DBDF1: hue angle of 203.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DBDF1 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 189 | 241 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.05 |
| HSL | 203.64º | 0.83% | 0.69% | - |
| HSV(B) | 203.64º | 0.55% | 0.95% | - |
| XYZ | 40.38 | 46 | 89.97 | - |
| YUV | 171.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 241 | 0.55 | 0.22 | 0 | 0.05 | 203.64 | 0.83 | 0.69 |
| Hex | 6D | BD | F1 | 37 | 16 | 0 | 5 | CC | 52 | 45 |
| Octal | 155 | 275 | 361 | 67 | 26 | 0 | 5 | 314 | 122 | 105 |
| Binary | 1101101 | 10111101 | 11110001 | 110111 | 10110 | 0 | 101 | 11001100 | 1010010 | 1000101 |
Color Harmonies of #6DBDF1
Complementary color
Monochromatic Colors of #6DBDF1
Black with #6DBDF1
Text Example
Text Example
White with #6DBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDF1; }
p { color: rgb(109,189,241); }
H1.HeaderClassName
{
color: #6DBDF1;
}
.AnyTagClassName
{
color: #6DBDF1;
}
</style>
background-color css
<style>
a { background-color: #6DBDF1; }
a { background-color: rgb(109,189,241); }
div.DivClassName
{
background-color: #6DBDF1;
}
.BgClassName
{
background-color: #6DBDF1;
}
</style>
border-color css
<style>
span { border-color: #6DBDF1; }
span { border-color: rgb(109,189,241); }
td.TdClassName
{
border-color: #6DBDF1;
}
.TagClassName
{
border-color: #6DBDF1;
}
</style>