Shades of Maya Blue #6EC2F1
Tints of Maya Blue #6EC2F1
RGB
CMYK
RGB Variations
Color information
#6EC2F1 (or 0x6EC2F1) is known color: Maya Blue. HEX triplet: 6E, C2 and F1. RGB value is (110,194,241). Sum of RGB (Red+Green+Blue) = 110+194+241=545 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.18% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #6EC2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC2F1 is #913D0E. Grayscale: #ADADAD. Windows color (decimal): -9518351 or 15843950. OLE color: 15843950.
HSL color Cylindrical-coordinate representation of color #6EC2F1: hue angle of 201.53º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EC2F1 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 194 | 241 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.05 |
| HSL | 201.53º | 0.82% | 0.69% | - |
| HSV(B) | 201.53º | 0.54% | 0.95% | - |
| XYZ | 41.6 | 48.25 | 90.34 | - |
| YUV | 174.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 194 | 241 | 0.54 | 0.20 | 0 | 0.05 | 201.53 | 0.82 | 0.69 |
| Hex | 6E | C2 | F1 | 36 | 14 | 0 | 5 | CA | 52 | 45 |
| Octal | 156 | 302 | 361 | 66 | 24 | 0 | 5 | 312 | 122 | 105 |
| Binary | 1101110 | 11000010 | 11110001 | 110110 | 10100 | 0 | 101 | 11001010 | 1010010 | 1000101 |
Color Harmonies of #6EC2F1
Complementary color
Monochromatic Colors of #6EC2F1
Black with #6EC2F1
Text Example
Text Example
White with #6EC2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC2F1; }
p { color: rgb(110,194,241); }
H1.HeaderClassName
{
color: #6EC2F1;
}
.AnyTagClassName
{
color: #6EC2F1;
}
</style>
background-color css
<style>
a { background-color: #6EC2F1; }
a { background-color: rgb(110,194,241); }
div.DivClassName
{
background-color: #6EC2F1;
}
.BgClassName
{
background-color: #6EC2F1;
}
</style>
border-color css
<style>
span { border-color: #6EC2F1; }
span { border-color: rgb(110,194,241); }
td.TdClassName
{
border-color: #6EC2F1;
}
.TagClassName
{
border-color: #6EC2F1;
}
</style>