#64468C

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

Shades of Daisy Bush #64468C

Tints of Daisy Bush #64468C

Color information

#64468C (or 0x64468C) is unknown color: approx Daisy Bush. HEX triplet: 64, 46 and 8C. RGB value is (100,70,140). Sum of RGB (Red+Green+Blue) = 100+70+140=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #64468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64468C is #9BB973. Grayscale: #565656. Windows color (decimal): -10205556 or 9193060. OLE color: 9193060.

HSL color Cylindrical-coordinate representation of color #64468C: hue angle of 265.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64468C is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10070140-
CMYK0.290.5000.45
HSL265.71º33.33%41.18%-
HSV(B)265.71º50%54.9%-
XYZ12.188.9825.9-
YUV86.95157.94137.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 140 (55.08% from 255) = 45.16%
R=32.26%
G=22.58%
B=45.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100701400.290.5000.45265.7133.3341.18
Hex64468C1D3202D10a2129
Octal14410621435620554124151
Binary1100100100011010001100111011100100101101100001010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64468C; }

 p { color: rgb(100,70,140); }

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

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

 a { background-color: rgb(100,70,140); }

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

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

 span { border-color: rgb(100,70,140); }

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