Html Css Color HEX #645996 Butterfly Bush

📋 copy color: '#645996'

red 100 ◦ green 89 ◦ blue 150

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

Shades of Butterfly Bush #645996

Tints of Butterfly Bush #645996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 29.5%
G = 26.25%
B = 44.25%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#645996 (or 0x645996) is known color: Butterfly Bush. HEX triplet: 64, 59 and 96. RGB value is (100,89,150). Sum of RGB (Red+Green+Blue) = 100+89+150=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #645996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645996 is #9BA669. Grayscale: #636363. Windows color (decimal): -10200682 or 9853284. OLE color: 9853284.

HSL color Cylindrical-coordinate representation of color #645996: hue angle of 250.82º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #645996 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 89 150 -
CMYK 0.33 0.41 0 0.41
HSL 250.82º 0.26% 0.47% -
HSV(B) 250.82º 0.41% 0.59% -
XYZ 14.33 12.06 30.43 -
YUV 99.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 100 89 150 0.33 0.41 0 0.41 250.82 0.26 0.47
Hex 64 59 96 21 29 0 29 FB 1A 2F
Octal 144 131 226 41 51 0 51 373 32 57
Binary 1100100 1011001 10010110 100001 101001 0 101001 11111011 11010 101111

Color Harmonies of #645996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645996

Black with #645996

Text Example


Text Example

White with #645996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645996; }

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

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

background-color css

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

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

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

border-color css

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

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

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