#64438B

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

Shades of Daisy Bush #64438B

Tints of Daisy Bush #64438B

Color information

#64438B (or 0x64438B) is unknown color: approx Daisy Bush. HEX triplet: 64, 43 and 8B. RGB value is (100,67,139). Sum of RGB (Red+Green+Blue) = 100+67+139=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #64438B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64438B is #9BBC74. Grayscale: #545454. Windows color (decimal): -10206325 or 9126756. OLE color: 9126756.

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

Color convert

RGB10067139-
CMYK0.280.5200.45
HSL267.5º34.95%40.39%-
HSV(B)267.5º51.8%54.51%-
XYZ11.928.5925.46-
YUV85.08158.43138.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.68%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=32.68%
G=21.90%
B=45.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100671390.280.5200.45267.534.9540.39
Hex64438B1C3402D10c2328
Octal14410321334640554144350
Binary1100100100001110001011111001101000101101100001100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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