#66468D

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

Shades of Daisy Bush #66468D

Tints of Daisy Bush #66468D

Color information

#66468D (or 0x66468D) is unknown color: approx Daisy Bush. HEX triplet: 66, 46 and 8D. RGB value is (102,70,141). Sum of RGB (Red+Green+Blue) = 102+70+141=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #66468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66468D is #99B972. Grayscale: #575757. Windows color (decimal): -10074483 or 9258598. OLE color: 9258598.

HSL color Cylindrical-coordinate representation of color #66468D: hue angle of 267.04º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66468D is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10270141-
CMYK0.280.5000.45
HSL267.04º33.65%41.37%-
HSV(B)267.04º50.35%55.29%-
XYZ12.489.1326.3-
YUV87.66158.1138.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 70 (27.73% from 255) = 22.36%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=32.59%
G=22.36%
B=45.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102701410.280.5000.45267.0433.6541.37
Hex66468D1C3202D10b2229
Octal14610621534620554134251
Binary1100110100011010001101111001100100101101100001011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66468D; }

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

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

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

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

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

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

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

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