#6D908E

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

Shades of Juniper #6D908E

Tints of Juniper #6D908E

Color information

#6D908E (or 0x6D908E) is unknown color: approx Juniper. HEX triplet: 6D, 90 and 8E. RGB value is (109,144,142). Sum of RGB (Red+Green+Blue) = 109+144+142=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #6D908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D908E is #926F71. Grayscale: #858585. Windows color (decimal): -9596786 or 9343085. OLE color: 9343085.

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

Color convert

RGB109144142-
CMYK0.2400.010.44
HSL176.57º13.83%49.61%-
HSV(B)176.57º24.31%56.47%-
XYZ21.1625.1529.33-
YUV133.31132.9110.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.59%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=27.59%
G=36.46%
B=35.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091441420.2400.010.44176.5713.8349.61
Hex6D908E18012Cb1e32
Octal1552202163001542611662
Binary110110110010000100011101100001101100101100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,144,142); }

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

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

 a { background-color: rgb(109,144,142); }

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

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

 span { border-color: rgb(109,144,142); }

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