#6F9290

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

Shades of Juniper #6F9290

Tints of Juniper #6F9290

Color information

#6F9290 (or 0x6F9290) is unknown color: approx Juniper. HEX triplet: 6F, 92 and 90. RGB value is (111,146,144). Sum of RGB (Red+Green+Blue) = 111+146+144=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9290 is #906D6F. Grayscale: #878787. Windows color (decimal): -9465200 or 9474671. OLE color: 9474671.

HSL color Cylindrical-coordinate representation of color #6F9290: hue angle of 176.57º 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 #6F9290 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB111146144-
CMYK0.2400.010.43
HSL176.57º13.83%50.39%-
HSV(B)176.57º23.97%57.25%-
XYZ21.8725.9530.24-
YUV135.31132.9110.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.68%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=27.68%
G=36.41%
B=35.91%

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
Decimal1111461440.2400.010.43176.5713.8350.39
Hex6F929018012Bb1e32
Octal1572222203001532611662
Binary110111110010010100100001100001101011101100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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