#645195

Color #645195 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #645195

Tints of Butterfly Bush #645195

Color information

#645195 (or 0x645195) is unknown color: approx Butterfly Bush. HEX triplet: 64, 51 and 95. RGB value is (100,81,149). Sum of RGB (Red+Green+Blue) = 100+81+149=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #645195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645195 is #9BAE6A. Grayscale: #5E5E5E. Windows color (decimal): -10202731 or 9785700. OLE color: 9785700.

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

Color convert

RGB10081149-
CMYK0.330.4600.42
HSL256.76º29.57%45.1%-
HSV(B)256.76º45.64%58.43%-
XYZ13.6210.7629.79-
YUV94.43158.79131.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=30.30%
G=24.55%
B=45.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100811490.330.4600.42256.7629.5745.1
Hex645195212E02A1011e2d
Octal14412122541560524013655
Binary1100100101000110010101100001101110010101010000000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645195; }

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

 H1.HeaderClassName
 {
   color: #645195;
 }
 .AnyTagClassName
 {
   color: #645195;
 }
</style>
background-color css

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

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

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

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

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

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