Shades of Maya Blue #6EB2FF
Tints of Maya Blue #6EB2FF
RGB
CMYK
RGB Variations
Color information
#6EB2FF (or 0x6EB2FF) is known color: Maya Blue. HEX triplet: 6E, B2 and FF. RGB value is (110,178,255). Sum of RGB (Red+Green+Blue) = 110+178+255=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EB2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EB2FF is #914D00. Grayscale: #A6A6A6. Windows color (decimal): -9522433 or 16757358. OLE color: 16757358.
HSL color Cylindrical-coordinate representation of color #6EB2FF: hue angle of 211.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EB2FF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 178 | 255 | - |
| CMYK | 0.57 | 0.30 | 0 | 0 |
| HSL | 211.86º | 1% | 0.72% | - |
| HSV(B) | 211.86º | 0.57% | 1% | - |
| XYZ | 40.4 | 42.38 | 100.66 | - |
| YUV | 166.45 | 177.97 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 178 | 255 | 0.57 | 0.30 | 0 | 0 | 211.86 | 1 | 0.72 |
| Hex | 6E | B2 | FF | 39 | 1E | 0 | 0 | D4 | 64 | 48 |
| Octal | 156 | 262 | 377 | 71 | 36 | 0 | 0 | 324 | 144 | 110 |
| Binary | 1101110 | 10110010 | 11111111 | 111001 | 11110 | 0 | 0 | 11010100 | 1100100 | 1001000 |
Color Harmonies of #6EB2FF
Complementary color
Monochromatic Colors of #6EB2FF
Black with #6EB2FF
Text Example
Text Example
White with #6EB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB2FF; }
p { color: rgb(110,178,255); }
H1.HeaderClassName
{
color: #6EB2FF;
}
.AnyTagClassName
{
color: #6EB2FF;
}
</style>
background-color css
<style>
a { background-color: #6EB2FF; }
a { background-color: rgb(110,178,255); }
div.DivClassName
{
background-color: #6EB2FF;
}
.BgClassName
{
background-color: #6EB2FF;
}
</style>
border-color css
<style>
span { border-color: #6EB2FF; }
span { border-color: rgb(110,178,255); }
td.TdClassName
{
border-color: #6EB2FF;
}
.TagClassName
{
border-color: #6EB2FF;
}
</style>