#644895

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

Shades of Daisy Bush #644895

Tints of Daisy Bush #644895

Color information

#644895 (or 0x644895) is unknown color: approx Daisy Bush. HEX triplet: 64, 48 and 95. RGB value is (100,72,149). Sum of RGB (Red+Green+Blue) = 100+72+149=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #644895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644895 is #9BB76A. Grayscale: #585858. Windows color (decimal): -10205035 or 9783396. OLE color: 9783396.

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

Color convert

RGB10072149-
CMYK0.330.5200.42
HSL261.82º34.84%43.33%-
HSV(B)261.82º51.68%58.43%-
XYZ139.5129.59-
YUV89.15161.78135.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=31.15%
G=22.43%
B=46.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100721490.330.5200.42261.8234.8443.33
Hex644895213402A106232b
Octal14411022541640524064353
Binary11001001001000100101011000011101000101010100000110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644895; }

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

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

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

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

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

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

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

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