#664786

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

Shades of Daisy Bush #664786

Tints of Daisy Bush #664786

Color information

#664786 (or 0x664786) is unknown color: approx Daisy Bush. HEX triplet: 66, 47 and 86. RGB value is (102,71,134). Sum of RGB (Red+Green+Blue) = 102+71+134=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #664786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664786 is #99B879. Grayscale: #575757. Windows color (decimal): -10074234 or 8800102. OLE color: 8800102.

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

Color convert

RGB10271134-
CMYK0.240.4700.47
HSL269.52º30.73%40.2%-
HSV(B)269.52º47.01%52.55%-
XYZ12.049.0523.67-
YUV87.45154.27138.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=33.22%
G=23.13%
B=43.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102711340.240.4700.47269.5230.7340.2
Hex664786182F02F10e1f28
Octal14610720630570574163750
Binary110011010001111000011011000101111010111110000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664786; }

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

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

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

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

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

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

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

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