Html Css Color HEX #645595 Butterfly Bush

📋 copy color: '#645595'

red 100 ◦ green 85 ◦ blue 149

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

Shades of Butterfly Bush #645595

Tints of Butterfly Bush #645595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 29.94%
G = 25.45%
B = 44.61%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#645595 (or 0x645595) is known color: Butterfly Bush. HEX triplet: 64, 55 and 95. RGB value is (100,85,149). Sum of RGB (Red+Green+Blue) = 100+85+149=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #645595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645595 is #9BAA6A. Grayscale: #606060. Windows color (decimal): -10201707 or 9786724. OLE color: 9786724.

HSL color Cylindrical-coordinate representation of color #645595: hue angle of 254.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #645595 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 85 149 -
CMYK 0.33 0.43 0 0.42
HSL 254.06º 0.27% 0.46% -
HSV(B) 254.06º 0.43% 0.58% -
XYZ 13.93 11.38 29.9 -
YUV 96.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 100 85 149 0.33 0.43 0 0.42 254.06 0.27 0.46
Hex 64 55 95 21 2B 0 2A FE 1B 2E
Octal 144 125 225 41 53 0 52 376 33 56
Binary 1100100 1010101 10010101 100001 101011 0 101010 11111110 11011 101110

Color Harmonies of #645595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645595

Black with #645595

Text Example


Text Example

White with #645595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645595; }

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

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

background-color css

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

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

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

border-color css

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

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

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