#6A9591

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

Shades of Juniper #6A9591

Tints of Juniper #6A9591

Color information

#6A9591 (or 0x6A9591) is unknown color: approx Juniper. HEX triplet: 6A, 95 and 91. RGB value is (106,149,145). Sum of RGB (Red+Green+Blue) = 106+149+145=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9591 is #956A6E. Grayscale: #878787. Windows color (decimal): -9792111 or 9540970. OLE color: 9540970.

HSL color Cylindrical-coordinate representation of color #6A9591: hue angle of 174.42º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A9591 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB106149145-
CMYK0.2900.030.42
HSL174.42º16.86%50%-
HSV(B)174.42º28.86%58.43%-
XYZ21.826.630.77-
YUV135.69133.25106.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.5%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=26.5%
G=37.25%
B=36.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061491450.2900.030.42174.4216.8650
Hex6A95911D032Aae1132
Octal1522252213503522562162
Binary11010101001010110010001111010111010101010111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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