#664890

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

Shades of Daisy Bush #664890

Tints of Daisy Bush #664890

Color information

#664890 (or 0x664890) is unknown color: approx Daisy Bush. HEX triplet: 66, 48 and 90. RGB value is (102,72,144). Sum of RGB (Red+Green+Blue) = 102+72+144=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #664890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664890 is #99B76F. Grayscale: #585858. Windows color (decimal): -10073968 or 9455718. OLE color: 9455718.

HSL color Cylindrical-coordinate representation of color #664890: hue angle of 265º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664890 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10272144-
CMYK0.290.5000.44
HSL265º33.33%42.35%-
HSV(B)265º50%56.47%-
XYZ12.839.4727.54-
YUV89.18158.94137.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=32.08%
G=22.64%
B=45.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102721440.290.5000.4426533.3342.35
Hex6648901D3202C109212a
Octal14611022035620544114152
Binary1100110100100010010000111011100100101100100001001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664890; }

 p { color: rgb(102,72,144); }

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

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

 a { background-color: rgb(102,72,144); }

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

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

 span { border-color: rgb(102,72,144); }

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