#6D918E

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

Shades of Juniper #6D918E

Tints of Juniper #6D918E

Color information

#6D918E (or 0x6D918E) is unknown color: approx Juniper. HEX triplet: 6D, 91 and 8E. RGB value is (109,145,142). Sum of RGB (Red+Green+Blue) = 109+145+142=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #6D918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D918E is #926E71. Grayscale: #858585. Windows color (decimal): -9596530 or 9343341. OLE color: 9343341.

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

Color convert

RGB109145142-
CMYK0.2500.020.43
HSL175º14.17%49.8%-
HSV(B)175º24.83%56.86%-
XYZ21.3125.4629.38-
YUV133.89132.57110.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.53%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=27.53%
G=36.62%
B=35.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091451420.2500.020.4317514.1749.8
Hex6D918E19022Bafe32
Octal1552212163102532571662
Binary1101101100100011000111011001010101011101011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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