#66518A

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

Shades of Butterfly Bush #66518A

Tints of Butterfly Bush #66518A

Color information

#66518A (or 0x66518A) is unknown color: approx Butterfly Bush. HEX triplet: 66, 51 and 8A. RGB value is (102,81,138). Sum of RGB (Red+Green+Blue) = 102+81+138=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #66518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66518A is #99AE75. Grayscale: #5D5D5D. Windows color (decimal): -10071670 or 9064806. OLE color: 9064806.

HSL color Cylindrical-coordinate representation of color #66518A: hue angle of 262.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66518A is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10281138-
CMYK0.260.4100.46
HSL262.11º26.03%42.94%-
HSV(B)262.11º41.3%54.12%-
XYZ13.0110.5425.39-
YUV93.78152.96133.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 81 (32.03% from 255) = 25.23%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=31.78%
G=25.23%
B=42.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102811380.260.4100.46262.1126.0342.94
Hex66518A1A2902E1061a2b
Octal14612121232510564063253
Binary110011010100011000101011010101001010111010000011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66518A; }

 p { color: rgb(102,81,138); }

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

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

 a { background-color: rgb(102,81,138); }

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

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

 span { border-color: rgb(102,81,138); }

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