#6E918F

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

Shades of Juniper #6E918F

Tints of Juniper #6E918F

Color information

#6E918F (or 0x6E918F) is unknown color: approx Juniper. HEX triplet: 6E, 91 and 8F. RGB value is (110,145,143). Sum of RGB (Red+Green+Blue) = 110+145+143=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #6E918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E918F is #916E70. Grayscale: #868686. Windows color (decimal): -9530993 or 9408878. OLE color: 9408878.

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

Color convert

RGB110145143-
CMYK0.2400.010.43
HSL176.57º13.73%50%-
HSV(B)176.57º24.14%56.86%-
XYZ21.5125.5529.78-
YUV134.31132.9110.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.64%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 143 (56.25% from 255) = 35.93%
R=27.64%
G=36.43%
B=35.93%

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
Decimal1101451430.2400.010.43176.5713.7350
Hex6E918F18012Bb1e32
Octal1562212173001532611662
Binary110111010010001100011111100001101011101100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,143); }

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

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

 a { background-color: rgb(110,145,143); }

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

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

 span { border-color: rgb(110,145,143); }

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