#66468B

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

Shades of Daisy Bush #66468B

Tints of Daisy Bush #66468B

Color information

#66468B (or 0x66468B) is unknown color: approx Daisy Bush. HEX triplet: 66, 46 and 8B. RGB value is (102,70,139). Sum of RGB (Red+Green+Blue) = 102+70+139=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #66468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66468B is #99B974. Grayscale: #575757. Windows color (decimal): -10074485 or 9127526. OLE color: 9127526.

HSL color Cylindrical-coordinate representation of color #66468B: hue angle of 267.83º degrees, saturation: 0.33, 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 #66468B is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10270139-
CMYK0.270.5000.45
HSL267.83º33.01%40.98%-
HSV(B)267.83º49.64%54.51%-
XYZ12.339.0725.53-
YUV87.43157.1138.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=32.80%
G=22.51%
B=44.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102701390.270.5000.45267.8333.0140.98
Hex66468B1B3202D10c2129
Octal14610621333620554144151
Binary1100110100011010001011110111100100101101100001100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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