#655699

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

Shades of Butterfly Bush #655699

Tints of Butterfly Bush #655699

Color information

#655699 (or 0x655699) is unknown color: approx Butterfly Bush. HEX triplet: 65, 56 and 99. RGB value is (101,86,153). Sum of RGB (Red+Green+Blue) = 101+86+153=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #655699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655699 is #9AA966. Grayscale: #616161. Windows color (decimal): -10135911 or 10049125. OLE color: 10049125.

HSL color Cylindrical-coordinate representation of color #655699: hue angle of 253.43º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #655699 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10186153-
CMYK0.340.4400.4
HSL253.43º28.03%46.86%-
HSV(B)253.43º43.79%60%-
XYZ14.4411.7231.64-
YUV98.12158.97130.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 153 (60.16% from 255) = 45%
R=29.71%
G=25.29%
B=45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101861530.340.4400.4253.4328.0346.86
Hex655699222C028fd1c2f
Octal14512623142540503753457
Binary110010110101101001100110001010110001010001111110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655699; }

 p { color: rgb(101,86,153); }

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

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

 a { background-color: rgb(101,86,153); }

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

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

 span { border-color: rgb(101,86,153); }

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