Html Css Color HEX #649691 Juniper

📋 copy color: '#649691'

red 100 ◦ green 150 ◦ blue 145

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

Shades of Juniper #649691

Tints of Juniper #649691

RGB

 RED value IS 100 (39.45% from 255) = 25.32%

 GREEN value IS 150 (58.98% from 255) = 37.97%

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

R = 25.32%
G = 37.97%
B = 36.71%

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

#649691 (or 0x649691) is known color: Juniper. HEX triplet: 64, 96 and 91. RGB value is (100,150,145). Sum of RGB (Red+Green+Blue) = 100+150+145=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #649691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649691 is #9B696E. Grayscale: #868686. Windows color (decimal): -10185071 or 9541220. OLE color: 9541220.

HSL color Cylindrical-coordinate representation of color #649691: hue angle of 174º 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 #649691 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 145 -
CMYK 0.33 0 0.03 0.41
HSL 174º 0.2% 0.49% -
HSV(B) 174º 0.33% 0.59% -
XYZ 21.27 26.57 30.79 -
YUV 134.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 100 150 145 0.33 0 0.03 0.41 174 0.2 0.49
Hex 64 96 91 21 0 3 29 AE 14 31
Octal 144 226 221 41 0 3 51 256 24 61
Binary 1100100 10010110 10010001 100001 0 11 101001 10101110 10100 110001

Color Harmonies of #649691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649691

Black with #649691

Text Example


Text Example

White with #649691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649691; }

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

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

background-color css

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

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

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

border-color css

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

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

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