Shades of Aqua Spring #E6E7E6
Tints of Aqua Spring #E6E7E6
RGB
CMYK
RGB Variations
Color information
#E6E7E6 (or 0xE6E7E6) is known color: Aqua Spring. HEX triplet: E6, E7 and E6. RGB value is (230,231,230). Sum of RGB (Red+Green+Blue) = 230+231+230=691 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.29% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E7E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E7E6 is #191819. Grayscale: #E6E6E6. Windows color (decimal): -1644570 or 15132646. OLE color: 15132646.
HSL color Cylindrical-coordinate representation of color #E6E7E6: hue angle of 120º degrees, saturation: 0.02, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0%. Process color model (Four color, CMYK) of #E6E7E6 is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
RGB | 230 | 231 | 230 | - |
CMYK | 0.00 | 0 | 0.00 | 0.09 |
HSL | 120º | 0.02% | 0.9% | - |
HSV(B) | 120º | 0% | 0.91% | - |
XYZ | 75.49 | 79.69 | 86.27 | - |
YUV | 230.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 231 | 230 | 0.00 | 0 | 0.00 | 0.09 | 120 | 0.02 | 0.9 |
Hex | E6 | E7 | E6 | 0 | 0 | 0 | 9 | 78 | 2 | 5A |
Octal | 346 | 347 | 346 | 0 | 0 | 0 | 11 | 170 | 2 | 132 |
Binary | 11100110 | 11100111 | 11100110 | 0 | 0 | 0 | 1001 | 1111000 | 10 | 1011010 |
Color Harmonies of #E6E7E6
Complementary color
Monochromatic Colors of #E6E7E6
Black with #E6E7E6
Text Example
Text Example
White with #E6E7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E7E6; }
p { color: rgb(230,231,230); }
H1.HeaderClassName
{
color: #E6E7E6;
}
.AnyTagClassName
{
color: #E6E7E6;
}
</style>
background-color css
<style>
a { background-color: #E6E7E6; }
a { background-color: rgb(230,231,230); }
div.DivClassName
{
background-color: #E6E7E6;
}
.BgClassName
{
background-color: #E6E7E6;
}
</style>
border-color css
<style>
span { border-color: #E6E7E6; }
span { border-color: rgb(230,231,230); }
td.TdClassName
{
border-color: #E6E7E6;
}
.TagClassName
{
border-color: #E6E7E6;
}
</style>