#665099

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

Shades of Butterfly Bush #665099

Tints of Butterfly Bush #665099

Color information

#665099 (or 0x665099) is unknown color: approx Butterfly Bush. HEX triplet: 66, 50 and 99. RGB value is (102,80,153). Sum of RGB (Red+Green+Blue) = 102+80+153=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #665099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665099 is #99AF66. Grayscale: #5E5E5E. Windows color (decimal): -10071911 or 10047590. OLE color: 10047590.

HSL color Cylindrical-coordinate representation of color #665099: hue angle of 258.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665099 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10280153-
CMYK0.330.4800.4
HSL258.08º31.33%45.69%-
HSV(B)258.08º47.71%60%-
XYZ14.110.8631.49-
YUV94.9160.79133.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=30.45%
G=23.88%
B=45.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102801530.330.4800.4258.0831.3345.69
Hex66509921300281021f2e
Octal14612023141600504023756
Binary1100110101000010011001100001110000010100010000001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665099; }

 p { color: rgb(102,80,153); }

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

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

 a { background-color: rgb(102,80,153); }

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

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

 span { border-color: rgb(102,80,153); }

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