#6B9290

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

Shades of Juniper #6B9290

Tints of Juniper #6B9290

Color information

#6B9290 (or 0x6B9290) is unknown color: approx Juniper. HEX triplet: 6B, 92 and 90. RGB value is (107,146,144). Sum of RGB (Red+Green+Blue) = 107+146+144=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9290 is #946D6F. Grayscale: #868686. Windows color (decimal): -9727344 or 9474667. OLE color: 9474667.

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

Color convert

RGB107146144-
CMYK0.2700.010.43
HSL176.92º15.42%49.61%-
HSV(B)176.92º26.71%57.25%-
XYZ21.3825.730.22-
YUV134.11133.58108.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.95%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=26.95%
G=36.78%
B=36.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1071461440.2700.010.43176.9215.4249.61
Hex6B92901B012Bb1f32
Octal1532222203301532611762
Binary110101110010010100100001101101101011101100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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