#6E9291

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

Shades of Juniper #6E9291

Tints of Juniper #6E9291

Color information

#6E9291 (or 0x6E9291) is unknown color: approx Juniper. HEX triplet: 6E, 92 and 91. RGB value is (110,146,145). Sum of RGB (Red+Green+Blue) = 110+146+145=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9291 is #916D6E. Grayscale: #878787. Windows color (decimal): -9530735 or 9540206. OLE color: 9540206.

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

Color convert

RGB110146145-
CMYK0.2500.010.43
HSL178.33º14.17%50.2%-
HSV(B)178.33º24.66%57.25%-
XYZ21.8225.9230.64-
YUV135.12133.57110.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.43%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=27.43%
G=36.41%
B=36.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101461450.2500.010.43178.3314.1750.2
Hex6E929119012Bb2e32
Octal1562222213101532621662
Binary110111010010010100100011100101101011101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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