Html Css Color HEX #645593 Butterfly Bush

📋 copy color: '#645593'

red 100 ◦ green 85 ◦ blue 147

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

Shades of Butterfly Bush #645593

Tints of Butterfly Bush #645593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 30.12%
G = 25.6%
B = 44.28%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#645593 (or 0x645593) is known color: Butterfly Bush. HEX triplet: 64, 55 and 93. RGB value is (100,85,147). Sum of RGB (Red+Green+Blue) = 100+85+147=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #645593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645593 is #9BAA6C. Grayscale: #606060. Windows color (decimal): -10201709 or 9655652. OLE color: 9655652.

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

Color convert

RGB 100 85 147 -
CMYK 0.32 0.42 0 0.42
HSL 254.52º 0.27% 0.45% -
HSV(B) 254.52º 0.42% 0.58% -
XYZ 13.77 11.31 29.06 -
YUV 96.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 100 85 147 0.32 0.42 0 0.42 254.52 0.27 0.45
Hex 64 55 93 20 2A 0 2A FF 1B 2D
Octal 144 125 223 40 52 0 52 377 33 55
Binary 1100100 1010101 10010011 100000 101010 0 101010 11111111 11011 101101

Color Harmonies of #645593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645593

Black with #645593

Text Example


Text Example

White with #645593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645593; }

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

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

background-color css

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

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

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

border-color css

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

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

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