Html Css Color HEX #659491 Juniper

📋 copy color: '#659491'

red 101 ◦ green 148 ◦ blue 145

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

Shades of Juniper #659491

Tints of Juniper #659491

RGB

 RED value IS 101 (39.84% from 255) = 25.63%

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 145 (57.03% from 255) = 36.8%

R = 25.63%
G = 37.56%
B = 36.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#659491 (or 0x659491) is known color: Juniper. HEX triplet: 65, 94 and 91. RGB value is (101,148,145). Sum of RGB (Red+Green+Blue) = 101+148+145=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #659491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659491 is #9A6B6E. Grayscale: #858585. Windows color (decimal): -10120047 or 9540709. OLE color: 9540709.

HSL color Cylindrical-coordinate representation of color #659491: hue angle of 176.17º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659491 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 148 145 -
CMYK 0.32 0 0.02 0.42
HSL 176.17º 0.19% 0.49% -
HSV(B) 176.17º 0.32% 0.58% -
XYZ 21.07 25.99 30.69 -
YUV 133.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 101 148 145 0.32 0 0.02 0.42 176.17 0.19 0.49
Hex 65 94 91 20 0 2 2A B0 13 31
Octal 145 224 221 40 0 2 52 260 23 61
Binary 1100101 10010100 10010001 100000 0 10 101010 10110000 10011 110001

Color Harmonies of #659491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659491

Black with #659491

Text Example


Text Example

White with #659491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659491; }

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

 H1.HeaderClassName
 {
   color: #659491;
 }
 .AnyTagClassName
 {
   color: #659491;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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