#6E9392

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

Shades of Juniper #6E9392

Tints of Juniper #6E9392

Color information

#6E9392 (or 0x6E9392) is unknown color: approx Juniper. HEX triplet: 6E, 93 and 92. RGB value is (110,147,146). Sum of RGB (Red+Green+Blue) = 110+147+146=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9392 is #916C6D. Grayscale: #878787. Windows color (decimal): -9530478 or 9605998. OLE color: 9605998.

HSL color Cylindrical-coordinate representation of color #6E9392: hue angle of 178.38º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E9392 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB110147146-
CMYK0.2500.010.42
HSL178.38º14.62%50.39%-
HSV(B)178.38º25.17%57.65%-
XYZ22.0526.2631.1-
YUV135.82133.74109.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.30%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=27.30%
G=36.48%
B=36.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101471460.2500.010.42178.3814.6250.39
Hex6E939219012Ab2f32
Octal1562232223101522621762
Binary110111010010011100100101100101101010101100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,147,146); }

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

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

 a { background-color: rgb(110,147,146); }

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

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

 span { border-color: rgb(110,147,146); }

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