Html Css Color HEX #645597 Butterfly Bush

📋 copy color: '#645597'

red 100 ◦ green 85 ◦ blue 151

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

Shades of Butterfly Bush #645597

Tints of Butterfly Bush #645597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 29.76%
G = 25.3%
B = 44.94%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#645597 (or 0x645597) is known color: Butterfly Bush. HEX triplet: 64, 55 and 97. RGB value is (100,85,151). Sum of RGB (Red+Green+Blue) = 100+85+151=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #645597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645597 is #9BAA68. Grayscale: #606060. Windows color (decimal): -10201705 or 9917796. OLE color: 9917796.

HSL color Cylindrical-coordinate representation of color #645597: hue angle of 253.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645597 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 85 151 -
CMYK 0.34 0.44 0 0.41
HSL 253.64º 0.28% 0.46% -
HSV(B) 253.64º 0.44% 0.59% -
XYZ 14.09 11.44 30.74 -
YUV 97.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 100 85 151 0.34 0.44 0 0.41 253.64 0.28 0.46
Hex 64 55 97 22 2C 0 29 FE 1C 2E
Octal 144 125 227 42 54 0 51 376 34 56
Binary 1100100 1010101 10010111 100010 101100 0 101001 11111110 11100 101110

Color Harmonies of #645597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645597

Black with #645597

Text Example


Text Example

White with #645597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645597; }

 p { color: rgb(100,85,151); }

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

background-color css

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

 a { background-color: rgb(100,85,151); }

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

border-color css

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

 span { border-color: rgb(100,85,151); }

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