#66519E

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

Shades of Butterfly Bush #66519E

Tints of Butterfly Bush #66519E

Color information

#66519E (or 0x66519E) is unknown color: approx Butterfly Bush. HEX triplet: 66, 51 and 9E. RGB value is (102,81,158). Sum of RGB (Red+Green+Blue) = 102+81+158=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #66519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66519E is #99AE61. Grayscale: #5F5F5F. Windows color (decimal): -10071650 or 10375526. OLE color: 10375526.

HSL color Cylindrical-coordinate representation of color #66519E: hue angle of 256.36º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66519E is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10281158-
CMYK0.350.4900.38
HSL256.36º32.22%46.86%-
HSV(B)256.36º48.73%61.96%-
XYZ14.5911.1833.74-
YUV96.06162.96132.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=29.91%
G=23.75%
B=46.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102811580.350.4900.38256.3632.2246.86
Hex66519E2331026100202f
Octal14612123643610464004057
Binary11001101010001100111101000111100010100110100000000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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