Shades of Maya Blue #6EB6F4
Tints of Maya Blue #6EB6F4
RGB
CMYK
RGB Variations
Color information
#6EB6F4 (or 0x6EB6F4) is known color: Maya Blue. HEX triplet: 6E, B6 and F4. RGB value is (110,182,244). Sum of RGB (Red+Green+Blue) = 110+182+244=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #6EB6F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EB6F4 is #91490B. Grayscale: #A7A7A7. Windows color (decimal): -9521420 or 16037486. OLE color: 16037486.
HSL color Cylindrical-coordinate representation of color #6EB6F4: hue angle of 207.76º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EB6F4 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 110 | 182 | 244 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.04 |
| HSL | 207.76º | 0.86% | 0.69% | - |
| HSV(B) | 207.76º | 0.55% | 0.96% | - |
| XYZ | 39.49 | 43.3 | 91.86 | - |
| YUV | 167.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 182 | 244 | 0.55 | 0.25 | 0 | 0.04 | 207.76 | 0.86 | 0.69 |
| Hex | 6E | B6 | F4 | 37 | 19 | 0 | 4 | D0 | 56 | 45 |
| Octal | 156 | 266 | 364 | 67 | 31 | 0 | 4 | 320 | 126 | 105 |
| Binary | 1101110 | 10110110 | 11110100 | 110111 | 11001 | 0 | 100 | 11010000 | 1010110 | 1000101 |
Color Harmonies of #6EB6F4
Complementary color
Monochromatic Colors of #6EB6F4
Black with #6EB6F4
Text Example
Text Example
White with #6EB6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB6F4; }
p { color: rgb(110,182,244); }
H1.HeaderClassName
{
color: #6EB6F4;
}
.AnyTagClassName
{
color: #6EB6F4;
}
</style>
background-color css
<style>
a { background-color: #6EB6F4; }
a { background-color: rgb(110,182,244); }
div.DivClassName
{
background-color: #6EB6F4;
}
.BgClassName
{
background-color: #6EB6F4;
}
</style>
border-color css
<style>
span { border-color: #6EB6F4; }
span { border-color: rgb(110,182,244); }
td.TdClassName
{
border-color: #6EB6F4;
}
.TagClassName
{
border-color: #6EB6F4;
}
</style>