Shades of Pattens Blue #E6E9EA
Tints of Pattens Blue #E6E9EA
RGB
CMYK
RGB Variations
Color information
#E6E9EA (or 0xE6E9EA) is known color: Pattens Blue. HEX triplet: E6, E9 and EA. RGB value is (230,233,234). Sum of RGB (Red+Green+Blue) = 230+233+234=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 233 (91.41% from 255 or 33.43% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6E9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E9EA is #191615. Grayscale: #E8E8E8. Windows color (decimal): -1644054 or 15395302. OLE color: 15395302.
HSL color Cylindrical-coordinate representation of color #E6E9EA: hue angle of 195º degrees, saturation: 0.09, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E6E9EA is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 233 | 234 | - |
| CMYK | 0.02 | 0.00 | 0 | 0.08 |
| HSL | 195º | 0.09% | 0.91% | - |
| HSV(B) | 195º | 0.02% | 0.92% | - |
| XYZ | 76.62 | 81.04 | 89.45 | - |
| YUV | 232.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 233 | 234 | 0.02 | 0.00 | 0 | 0.08 | 195 | 0.09 | 0.91 |
| Hex | E6 | E9 | EA | 2 | 0 | 0 | 8 | C3 | 9 | 5B |
| Octal | 346 | 351 | 352 | 2 | 0 | 0 | 10 | 303 | 11 | 133 |
| Binary | 11100110 | 11101001 | 11101010 | 10 | 0 | 0 | 1000 | 11000011 | 1001 | 1011011 |
Color Harmonies of #E6E9EA
Complementary color
Monochromatic Colors of #E6E9EA
Black with #E6E9EA
Text Example
Text Example
White with #E6E9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E9EA; }
p { color: rgb(230,233,234); }
H1.HeaderClassName
{
color: #E6E9EA;
}
.AnyTagClassName
{
color: #E6E9EA;
}
</style>
background-color css
<style>
a { background-color: #E6E9EA; }
a { background-color: rgb(230,233,234); }
div.DivClassName
{
background-color: #E6E9EA;
}
.BgClassName
{
background-color: #E6E9EA;
}
</style>
border-color css
<style>
span { border-color: #E6E9EA; }
span { border-color: rgb(230,233,234); }
td.TdClassName
{
border-color: #E6E9EA;
}
.TagClassName
{
border-color: #E6E9EA;
}
</style>