Html Css Color HEX #645995 Butterfly Bush

📋 copy color: '#645995'

red 100 ◦ green 89 ◦ blue 149

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

Shades of Butterfly Bush #645995

Tints of Butterfly Bush #645995

RGB

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

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

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

R = 29.59%
G = 26.33%
B = 44.08%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#645995 (or 0x645995) is known color: Butterfly Bush. HEX triplet: 64, 59 and 95. RGB value is (100,89,149). Sum of RGB (Red+Green+Blue) = 100+89+149=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #645995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645995 is #9BA66A. Grayscale: #626262. Windows color (decimal): -10200683 or 9787748. OLE color: 9787748.

HSL color Cylindrical-coordinate representation of color #645995: hue angle of 251º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #645995 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 89 149 -
CMYK 0.33 0.40 0 0.42
HSL 251º 0.25% 0.47% -
HSV(B) 251º 0.4% 0.58% -
XYZ 14.25 12.02 30 -
YUV 99.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 100 89 149 0.33 0.40 0 0.42 251 0.25 0.47
Hex 64 59 95 21 28 0 2A FB 19 2F
Octal 144 131 225 41 50 0 52 373 31 57
Binary 1100100 1011001 10010101 100001 101000 0 101010 11111011 11001 101111

Color Harmonies of #645995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645995

Black with #645995

Text Example


Text Example

White with #645995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645995; }

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

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

background-color css

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

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

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

border-color css

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

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

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