#64438D

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

Shades of Daisy Bush #64438D

Tints of Daisy Bush #64438D

Color information

#64438D (or 0x64438D) is unknown color: approx Daisy Bush. HEX triplet: 64, 43 and 8D. RGB value is (100,67,141). Sum of RGB (Red+Green+Blue) = 100+67+141=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #64438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64438D is #9BBC72. Grayscale: #555555. Windows color (decimal): -10206323 or 9257828. OLE color: 9257828.

HSL color Cylindrical-coordinate representation of color #64438D: hue angle of 266.76º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64438D is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10067141-
CMYK0.290.5200.45
HSL266.76º35.58%40.78%-
HSV(B)266.76º52.48%55.29%-
XYZ12.078.6526.23-
YUV85.3159.43138.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=32.47%
G=21.75%
B=45.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100671410.290.5200.45266.7635.5840.78
Hex64438D1D3402D10b2429
Octal14410321535640554134451
Binary1100100100001110001101111011101000101101100001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64438D; }

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

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

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

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

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

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

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

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