#6A918F

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

Shades of Juniper #6A918F

Tints of Juniper #6A918F

Color information

#6A918F (or 0x6A918F) is unknown color: approx Juniper. HEX triplet: 6A, 91 and 8F. RGB value is (106,145,143). Sum of RGB (Red+Green+Blue) = 106+145+143=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #6A918F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A918F is #956E70. Grayscale: #858585. Windows color (decimal): -9793137 or 9408874. OLE color: 9408874.

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

Color convert

RGB106145143-
CMYK0.2700.010.43
HSL176.92º15.54%49.22%-
HSV(B)176.92º26.9%56.86%-
XYZ21.0325.329.76-
YUV133.11133.58108.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.90%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=26.90%
G=36.80%
B=36.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061451430.2700.010.43176.9215.5449.22
Hex6A918F1B012Bb11031
Octal1522212173301532612061
Binary1101010100100011000111111011011010111011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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