#66519B

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

Shades of Butterfly Bush #66519B

Tints of Butterfly Bush #66519B

Color information

#66519B (or 0x66519B) is unknown color: approx Butterfly Bush. HEX triplet: 66, 51 and 9B. RGB value is (102,81,155). Sum of RGB (Red+Green+Blue) = 102+81+155=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #66519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66519B is #99AE64. Grayscale: #5F5F5F. Windows color (decimal): -10071653 or 10178918. OLE color: 10178918.

HSL color Cylindrical-coordinate representation of color #66519B: hue angle of 257.03º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66519B is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10281155-
CMYK0.340.4800.39
HSL257.03º31.36%46.27%-
HSV(B)257.03º47.74%60.78%-
XYZ14.3411.0832.39-
YUV95.71161.46132.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=30.18%
G=23.96%
B=45.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102811550.340.4800.39257.0331.3646.27
Hex66519B22300271011f2e
Octal14612123342600474013756
Binary1100110101000110011011100010110000010011110000000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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