#6E9190

Color #6E9190 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #6E9190

Tints of Juniper #6E9190

Color information

#6E9190 (or 0x6E9190) is unknown color: approx Juniper. HEX triplet: 6E, 91 and 90. RGB value is (110,145,144). Sum of RGB (Red+Green+Blue) = 110+145+144=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9190 is #916E6F. Grayscale: #868686. Windows color (decimal): -9530992 or 9474414. OLE color: 9474414.

HSL color Cylindrical-coordinate representation of color #6E9190: hue angle of 178.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E9190 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB110145144-
CMYK0.2400.010.43
HSL178.29º13.73%50%-
HSV(B)178.29º24.14%56.86%-
XYZ21.5925.5830.18-
YUV134.42133.4110.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 27.57%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=27.57%
G=36.34%
B=36.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101451440.2400.010.43178.2913.7350
Hex6E919018012Bb2e32
Octal1562212203001532621662
Binary110111010010001100100001100001101011101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E9190; }

 p { color: rgb(110,145,144); }

 H1.HeaderClassName
 {
   color: #6E9190;
 }
 .AnyTagClassName
 {
   color: #6E9190;
 }
</style>
background-color css

<style>
 a { background-color: #6E9190; }

 a { background-color: rgb(110,145,144); }

 div.DivClassName
 {
   background-color: #6E9190;
 }
 .BgClassName
 {
   background-color: #6E9190;
 }
</style>
border-color css

<style>
 span { border-color: #6E9190; }

 span { border-color: rgb(110,145,144); }

 td.TdClassName
 {
   border-color: #6E9190;
 }
 .TagClassName
 {
   border-color: #6E9190;
 }
</style>