#664191

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

Shades of Daisy Bush #664191

Tints of Daisy Bush #664191

Color information

#664191 (or 0x664191) is unknown color: approx Daisy Bush. HEX triplet: 66, 41 and 91. RGB value is (102,65,145). Sum of RGB (Red+Green+Blue) = 102+65+145=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #664191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664191 is #99BE6E. Grayscale: #545454. Windows color (decimal): -10075759 or 9519462. OLE color: 9519462.

HSL color Cylindrical-coordinate representation of color #664191: hue angle of 267.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #664191 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10265145-
CMYK0.300.5500.43
HSL267.75º38.1%41.18%-
HSV(B)267.75º55.17%56.86%-
XYZ12.488.6527.8-
YUV85.18161.76140-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 145 (57.03% from 255) = 46.47%
R=32.69%
G=20.83%
B=46.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102651450.300.5500.43267.7538.141.18
Hex6641911E3702B10c2629
Octal14610122136670534144651
Binary1100110100000110010001111101101110101011100001100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664191; }

 p { color: rgb(102,65,145); }

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

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

 a { background-color: rgb(102,65,145); }

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

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

 span { border-color: rgb(102,65,145); }

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