Shades of Maya Blue #6DBEF1
Tints of Maya Blue #6DBEF1
RGB
CMYK
RGB Variations
Color information
#6DBEF1 (or 0x6DBEF1) is known color: Maya Blue. HEX triplet: 6D, BE and F1. RGB value is (109,190,241). Sum of RGB (Red+Green+Blue) = 109+190+241=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DBEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBEF1 is #92410E. Grayscale: #ABABAB. Windows color (decimal): -9584911 or 15842925. OLE color: 15842925.
HSL color Cylindrical-coordinate representation of color #6DBEF1: hue angle of 203.18º 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 #6DBEF1 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 190 | 241 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.05 |
| HSL | 203.18º | 0.83% | 0.69% | - |
| HSV(B) | 203.18º | 0.55% | 0.95% | - |
| XYZ | 40.6 | 46.43 | 90.04 | - |
| YUV | 171.6 | 167.16 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 241 | 0.55 | 0.21 | 0 | 0.05 | 203.18 | 0.83 | 0.69 |
| Hex | 6D | BE | F1 | 37 | 15 | 0 | 5 | CB | 52 | 45 |
| Octal | 155 | 276 | 361 | 67 | 25 | 0 | 5 | 313 | 122 | 105 |
| Binary | 1101101 | 10111110 | 11110001 | 110111 | 10101 | 0 | 101 | 11001011 | 1010010 | 1000101 |
Color Harmonies of #6DBEF1
Complementary color
Monochromatic Colors of #6DBEF1
Black with #6DBEF1
Text Example
Text Example
White with #6DBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEF1; }
p { color: rgb(109,190,241); }
H1.HeaderClassName
{
color: #6DBEF1;
}
.AnyTagClassName
{
color: #6DBEF1;
}
</style>
background-color css
<style>
a { background-color: #6DBEF1; }
a { background-color: rgb(109,190,241); }
div.DivClassName
{
background-color: #6DBEF1;
}
.BgClassName
{
background-color: #6DBEF1;
}
</style>
border-color css
<style>
span { border-color: #6DBEF1; }
span { border-color: rgb(109,190,241); }
td.TdClassName
{
border-color: #6DBEF1;
}
.TagClassName
{
border-color: #6DBEF1;
}
</style>