#664686

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

Shades of Daisy Bush #664686

Tints of Daisy Bush #664686

Color information

#664686 (or 0x664686) is unknown color: approx Daisy Bush. HEX triplet: 66, 46 and 86. RGB value is (102,70,134). Sum of RGB (Red+Green+Blue) = 102+70+134=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #664686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664686 is #99B979. Grayscale: #565656. Windows color (decimal): -10074490 or 8799846. OLE color: 8799846.

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

Color convert

RGB10270134-
CMYK0.240.4800.47
HSL270º31.37%40%-
HSV(B)270º47.76%52.55%-
XYZ11.978.9323.65-
YUV86.86154.6138.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=33.33%
G=22.88%
B=43.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102701340.240.4800.4727031.3740
Hex664686183002F10e1f28
Octal14610620630600574163750
Binary110011010001101000011011000110000010111110000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664686; }

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

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

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

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

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

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

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

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