#664585

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

Shades of Daisy Bush #664585

Tints of Daisy Bush #664585

Color information

#664585 (or 0x664585) is unknown color: approx Daisy Bush. HEX triplet: 66, 45 and 85. RGB value is (102,69,133). Sum of RGB (Red+Green+Blue) = 102+69+133=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #664585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664585 is #99BA7A. Grayscale: #555555. Windows color (decimal): -10074747 or 8734054. OLE color: 8734054.

HSL color Cylindrical-coordinate representation of color #664585: hue angle of 270.94º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664585 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10269133-
CMYK0.230.4800.48
HSL270.94º31.68%39.61%-
HSV(B)270.94º48.12%52.16%-
XYZ11.848.7723.26-
YUV86.16154.43139.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=33.55%
G=22.70%
B=43.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102691330.230.4800.48270.9431.6839.61
Hex664585173003010f2028
Octal14610520527600604174050
Binary1100110100010110000101101111100000110000100001111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664585; }

 p { color: rgb(102,69,133); }

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

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

 a { background-color: rgb(102,69,133); }

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

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

 span { border-color: rgb(102,69,133); }

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