#664793

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

Shades of Daisy Bush #664793

Tints of Daisy Bush #664793

Color information

#664793 (or 0x664793) is unknown color: approx Daisy Bush. HEX triplet: 66, 47 and 93. RGB value is (102,71,147). Sum of RGB (Red+Green+Blue) = 102+71+147=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #664793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664793 is #99B86C. Grayscale: #585858. Windows color (decimal): -10074221 or 9652070. OLE color: 9652070.

HSL color Cylindrical-coordinate representation of color #664793: hue angle of 264.47º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #664793 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10271147-
CMYK0.310.5200.42
HSL264.47º34.86%42.75%-
HSV(B)264.47º51.7%57.65%-
XYZ139.4428.74-
YUV88.93160.77137.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=31.88%
G=22.19%
B=45.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102711470.310.5200.42264.4734.8642.75
Hex6647931F3402A108232b
Octal14610722337640524104353
Binary1100110100011110010011111111101000101010100001000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664793; }

 p { color: rgb(102,71,147); }

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

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

 a { background-color: rgb(102,71,147); }

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

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

 span { border-color: rgb(102,71,147); }

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