Html Css Color HEX #659691 Juniper

📋 copy color: '#659691'

red 101 ◦ green 150 ◦ blue 145

#659691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #659691

Tints of Juniper #659691

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 value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#659691 (or 0x659691) is known color: 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

RGB 101 150 145 -
CMYK 0.33 0 0.03 0.41
HSL 173.88º 0.2% 0.49% -
HSV(B) 173.88º 0.33% 0.59% -
XYZ 21.38 26.62 30.8 -
YUV 134.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 101 150 145 0.33 0 0.03 0.41 173.88 0.2 0.49
Hex 65 96 91 21 0 3 29 AE 14 31
Octal 145 226 221 41 0 3 51 256 24 61
Binary 1100101 10010110 10010001 100001 0 11 101001 10101110 10100 110001

Color Harmonies of #659691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659691

Black with #659691

Text Example


Text Example

White with #659691

Text Example


Text Example

HTML Codes & Css Web 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>