#664685

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

Shades of Daisy Bush #664685

Tints of Daisy Bush #664685

Color information

#664685 (or 0x664685) is unknown color: approx Daisy Bush. HEX triplet: 66, 46 and 85. RGB value is (102,70,133). Sum of RGB (Red+Green+Blue) = 102+70+133=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #664685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664685 is #99B97A. Grayscale: #565656. Windows color (decimal): -10074491 or 8734310. OLE color: 8734310.

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

Color convert

RGB10270133-
CMYK0.230.4700.48
HSL270.48º31.03%39.8%-
HSV(B)270.48º47.37%52.16%-
XYZ11.98.923.28-
YUV86.75154.1138.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 133 (52.34% from 255) = 43.61%
R=33.44%
G=22.95%
B=43.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102701330.230.4700.48270.4831.0339.8
Hex664685172F03010e1f28
Octal14610620527570604163750
Binary110011010001101000010110111101111011000010000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664685; }

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

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

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

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

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

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

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

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