#6A918E

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

Shades of Juniper #6A918E

Tints of Juniper #6A918E

Color information

#6A918E (or 0x6A918E) is unknown color: approx Juniper. HEX triplet: 6A, 91 and 8E. RGB value is (106,145,142). Sum of RGB (Red+Green+Blue) = 106+145+142=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #6A918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A918E is #956E71. Grayscale: #848484. Windows color (decimal): -9793138 or 9343338. OLE color: 9343338.

HSL color Cylindrical-coordinate representation of color #6A918E: hue angle of 175.38º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A918E is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB106145142-
CMYK0.2700.020.43
HSL175.38º15.54%49.22%-
HSV(B)175.38º26.9%56.86%-
XYZ20.9525.2729.36-
YUV133133.08108.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.97%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=26.97%
G=36.90%
B=36.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061451420.2700.020.43175.3815.5449.22
Hex6A918E1B022Baf1031
Octal1522212163302532572061
Binary11010101001000110001110110110101010111010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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