#644396

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

Shades of Daisy Bush #644396

Tints of Daisy Bush #644396

Color information

#644396 (or 0x644396) is unknown color: approx Daisy Bush. HEX triplet: 64, 43 and 96. RGB value is (100,67,150). Sum of RGB (Red+Green+Blue) = 100+67+150=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #644396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644396 is #9BBC69. Grayscale: #565656. Windows color (decimal): -10206314 or 9847652. OLE color: 9847652.

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

Color convert

RGB10067150-
CMYK0.330.5500.41
HSL263.86º38.25%42.55%-
HSV(B)263.86º55.33%58.82%-
XYZ12.778.9329.9-
YUV86.33163.93137.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 67 (26.56% from 255) = 21.14%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=31.55%
G=21.14%
B=47.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100671500.330.5500.41263.8638.2542.55
Hex6443962137029108262b
Octal14410322641670514104653
Binary11001001000011100101101000011101110101001100001000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644396; }

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

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

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

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

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

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

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

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