#644196

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

Shades of Daisy Bush #644196

Tints of Daisy Bush #644196

Color information

#644196 (or 0x644196) is unknown color: approx Daisy Bush. HEX triplet: 64, 41 and 96. RGB value is (100,65,150). Sum of RGB (Red+Green+Blue) = 100+65+150=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #644196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644196 is #9BBE69. Grayscale: #545454. Windows color (decimal): -10206826 or 9847140. OLE color: 9847140.

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

Color convert

RGB10065150-
CMYK0.330.5700.41
HSL264.71º39.53%42.16%-
HSV(B)264.71º56.67%58.82%-
XYZ12.658.6929.87-
YUV85.16164.6138.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=31.75%
G=20.63%
B=47.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100651500.330.5700.41264.7139.5342.16
Hex6441962139029109282a
Octal14410122641710514115052
Binary11001001000001100101101000011110010101001100001001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644196; }

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

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

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

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

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

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

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

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