#6B9390

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

Shades of Juniper #6B9390

Tints of Juniper #6B9390

Color information

#6B9390 (or 0x6B9390) is unknown color: approx Juniper. HEX triplet: 6B, 93 and 90. RGB value is (107,147,144). Sum of RGB (Red+Green+Blue) = 107+147+144=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9390 is #946C6F. Grayscale: #868686. Windows color (decimal): -9727088 or 9474923. OLE color: 9474923.

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

Color convert

RGB107147144-
CMYK0.2700.020.42
HSL175.5º15.75%49.8%-
HSV(B)175.5º27.21%57.65%-
XYZ21.5326.0130.27-
YUV134.7133.25108.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.88%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=26.88%
G=36.93%
B=36.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071471440.2700.020.42175.515.7549.8
Hex6B93901B022Aaf1032
Octal1532232203302522572062
Binary11010111001001110010000110110101010101010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,144); }

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

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

 a { background-color: rgb(107,147,144); }

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

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

 span { border-color: rgb(107,147,144); }

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