#6E918D

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

Shades of Juniper #6E918D

Tints of Juniper #6E918D

Color information

#6E918D (or 0x6E918D) is unknown color: approx Juniper. HEX triplet: 6E, 91 and 8D. RGB value is (110,145,141). Sum of RGB (Red+Green+Blue) = 110+145+141=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #6E918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E918D is #916E72. Grayscale: #868686. Windows color (decimal): -9530995 or 9277806. OLE color: 9277806.

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

Color convert

RGB110145141-
CMYK0.2400.030.43
HSL173.14º13.73%50%-
HSV(B)173.14º24.14%56.86%-
XYZ21.3625.4928.99-
YUV134.08131.9110.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.78%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=27.78%
G=36.62%
B=35.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101451410.2400.030.43173.1413.7350
Hex6E918D18032Bade32
Octal1562212153003532551662
Binary1101110100100011000110111000011101011101011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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