#6C5699

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

Shades of Butterfly Bush #6C5699

Tints of Butterfly Bush #6C5699

Color information

#6C5699 (or 0x6C5699) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 56 and 99. RGB value is (108,86,153). Sum of RGB (Red+Green+Blue) = 108+86+153=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C5699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5699 is #93A966. Grayscale: #636363. Windows color (decimal): -9677159 or 10049132. OLE color: 10049132.

HSL color Cylindrical-coordinate representation of color #6C5699: hue angle of 259.7º 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 #6C5699 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10886153-
CMYK0.290.4400.4
HSL259.7º28.03%46.86%-
HSV(B)259.7º43.79%60%-
XYZ15.2612.1431.68-
YUV100.22157.79133.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=31.12%
G=24.78%
B=44.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal108861530.290.4400.4259.728.0346.86
Hex6C56991D2C0281041c2f
Octal15412623135540504043457
Binary110110010101101001100111101101100010100010000010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C5699; }

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

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

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

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

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

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

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

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