#664993

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

Shades of Daisy Bush #664993

Tints of Daisy Bush #664993

Color information

#664993 (or 0x664993) is unknown color: approx Daisy Bush. HEX triplet: 66, 49 and 93. RGB value is (102,73,147). Sum of RGB (Red+Green+Blue) = 102+73+147=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #664993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664993 is #99B66C. Grayscale: #595959. Windows color (decimal): -10073709 or 9652582. OLE color: 9652582.

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

Color convert

RGB10273147-
CMYK0.310.5000.42
HSL263.51º33.64%43.14%-
HSV(B)263.51º50.34%57.65%-
XYZ13.139.728.78-
YUV90.11160.11136.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=31.68%
G=22.67%
B=45.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102731470.310.5000.42263.5133.6443.14
Hex6649931F3202A108222b
Octal14611122337620524104253
Binary1100110100100110010011111111100100101010100001000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664993; }

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

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

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

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

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

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

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

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