Html Css Color HEX #645585 Butterfly Bush

📋 copy color: '#645585'

red 100 ◦ green 85 ◦ blue 133

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

Shades of Butterfly Bush #645585

Tints of Butterfly Bush #645585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 31.45%
G = 26.73%
B = 41.82%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#645585 (or 0x645585) is known color: Butterfly Bush. HEX triplet: 64, 55 and 85. RGB value is (100,85,133). Sum of RGB (Red+Green+Blue) = 100+85+133=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #645585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645585 is #9BAA7A. Grayscale: #5E5E5E. Windows color (decimal): -10201723 or 8738148. OLE color: 8738148.

HSL color Cylindrical-coordinate representation of color #645585: hue angle of 258.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #645585 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 85 133 -
CMYK 0.25 0.36 0 0.48
HSL 258.75º 0.22% 0.43% -
HSV(B) 258.75º 0.36% 0.52% -
XYZ 12.74 10.9 23.62 -
YUV 94.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 100 85 133 0.25 0.36 0 0.48 258.75 0.22 0.43
Hex 64 55 85 19 24 0 30 103 16 2B
Octal 144 125 205 31 44 0 60 403 26 53
Binary 1100100 1010101 10000101 11001 100100 0 110000 100000011 10110 101011

Color Harmonies of #645585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645585

Black with #645585

Text Example


Text Example

White with #645585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645585; }

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

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

background-color css

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

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

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

border-color css

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

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

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