#659691

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

Shades of Juniper #659691

Tints of Juniper #659691

Color information

#659691 (or 0x659691) is unknown color: approx Juniper. HEX triplet: 65, 96 and 91. RGB value is (101,150,145). Sum of RGB (Red+Green+Blue) = 101+150+145=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 150 - color contains mainly: green. Hex color #659691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659691 is #9A696E. Grayscale: #868686. Windows color (decimal): -10119535 or 9541221. OLE color: 9541221.

HSL color Cylindrical-coordinate representation of color #659691: hue angle of 173.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659691 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB101150145-
CMYK0.3300.030.41
HSL173.88º19.52%49.22%-
HSV(B)173.88º32.67%58.82%-
XYZ21.3826.6230.8-
YUV134.78133.77103.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 145 (57.03% from 255) = 36.62%
R=25.51%
G=37.88%
B=36.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011501450.3300.030.41173.8819.5249.22
Hex659691210329ae1431
Octal1452262214103512562461
Binary110010110010110100100011000010111010011010111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659691; }

 p { color: rgb(101,150,145); }

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

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

 a { background-color: rgb(101,150,145); }

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

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

 span { border-color: rgb(101,150,145); }

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