Shades of Maya Blue #6DB4F1
Tints of Maya Blue #6DB4F1
RGB
CMYK
RGB Variations
Color information
#6DB4F1 (or 0x6DB4F1) is known color: Maya Blue. HEX triplet: 6D, B4 and F1. RGB value is (109,180,241). Sum of RGB (Red+Green+Blue) = 109+180+241=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DB4F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB4F1 is #924B0E. Grayscale: #A5A5A5. Windows color (decimal): -9587471 or 15840365. OLE color: 15840365.
HSL color Cylindrical-coordinate representation of color #6DB4F1: hue angle of 207.73º 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 #6DB4F1 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 180 | 241 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.05 |
| HSL | 207.73º | 0.83% | 0.69% | - |
| HSV(B) | 207.73º | 0.55% | 0.95% | - |
| XYZ | 38.51 | 42.24 | 89.34 | - |
| YUV | 165.73 | 170.48 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 241 | 0.55 | 0.25 | 0 | 0.05 | 207.73 | 0.83 | 0.69 |
| Hex | 6D | B4 | F1 | 37 | 19 | 0 | 5 | D0 | 52 | 45 |
| Octal | 155 | 264 | 361 | 67 | 31 | 0 | 5 | 320 | 122 | 105 |
| Binary | 1101101 | 10110100 | 11110001 | 110111 | 11001 | 0 | 101 | 11010000 | 1010010 | 1000101 |
Color Harmonies of #6DB4F1
Complementary color
Monochromatic Colors of #6DB4F1
Black with #6DB4F1
Text Example
Text Example
White with #6DB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB4F1; }
p { color: rgb(109,180,241); }
H1.HeaderClassName
{
color: #6DB4F1;
}
.AnyTagClassName
{
color: #6DB4F1;
}
</style>
background-color css
<style>
a { background-color: #6DB4F1; }
a { background-color: rgb(109,180,241); }
div.DivClassName
{
background-color: #6DB4F1;
}
.BgClassName
{
background-color: #6DB4F1;
}
</style>
border-color css
<style>
span { border-color: #6DB4F1; }
span { border-color: rgb(109,180,241); }
td.TdClassName
{
border-color: #6DB4F1;
}
.TagClassName
{
border-color: #6DB4F1;
}
</style>