#643C8E

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

Shades of Daisy Bush #643C8E

Tints of Daisy Bush #643C8E

Color information

#643C8E (or 0x643C8E) is unknown color: approx Daisy Bush. HEX triplet: 64, 3C and 8E. RGB value is (100,60,142). Sum of RGB (Red+Green+Blue) = 100+60+142=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #643C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643C8E is #9BC371. Grayscale: #515151. Windows color (decimal): -10208114 or 9321572. OLE color: 9321572.

HSL color Cylindrical-coordinate representation of color #643C8E: hue angle of 269.27º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #643C8E is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10060142-
CMYK0.300.5800.44
HSL269.27º40.59%39.61%-
HSV(B)269.27º57.75%55.69%-
XYZ11.757.8926.5-
YUV81.31162.25141.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.11%
GREEN value IS 60 (23.83% from 255) = 19.87%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=33.11%
G=19.87%
B=47.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100601420.300.5800.44269.2740.5939.61
Hex643C8E1E3A02C10d2928
Octal1447421636720544155150
Binary110010011110010001110111101110100101100100001101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643C8E; }

 p { color: rgb(100,60,142); }

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

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

 a { background-color: rgb(100,60,142); }

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

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

 span { border-color: rgb(100,60,142); }

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