#664393

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

Shades of Daisy Bush #664393

Tints of Daisy Bush #664393

Color information

#664393 (or 0x664393) is unknown color: approx Daisy Bush. HEX triplet: 66, 43 and 93. RGB value is (102,67,147). Sum of RGB (Red+Green+Blue) = 102+67+147=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #664393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664393 is #99BC6C. Grayscale: #565656. Windows color (decimal): -10075245 or 9651046. OLE color: 9651046.

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

Color convert

RGB10267147-
CMYK0.310.5400.42
HSL266.25º37.38%41.96%-
HSV(B)266.25º54.42%57.65%-
XYZ12.758.9528.66-
YUV86.58162.1139-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.28%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=32.28%
G=21.20%
B=46.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102671470.310.5400.42266.2537.3841.96
Hex6643931F3602A10a252a
Octal14610322337660524124552
Binary1100110100001110010011111111101100101010100001010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664393; }

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

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

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

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

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

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

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

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