#6C5B91

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

Shades of Butterfly Bush #6C5B91

Tints of Butterfly Bush #6C5B91

Color information

#6C5B91 (or 0x6C5B91) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 5B and 91. RGB value is (108,91,145). Sum of RGB (Red+Green+Blue) = 108+91+145=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C5B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5B91 is #93A46E. Grayscale: #666666. Windows color (decimal): -9675887 or 9526124. OLE color: 9526124.

HSL color Cylindrical-coordinate representation of color #6C5B91: hue angle of 258.89º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C5B91 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10891145-
CMYK0.260.3700.43
HSL258.89º22.88%46.27%-
HSV(B)258.89º37.24%56.86%-
XYZ15.0412.7128.45-
YUV102.24152.13132.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.40%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=31.40%
G=26.45%
B=42.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108911450.260.3700.43258.8922.8846.27
Hex6C5B911A2502B103172e
Octal15413322132450534032756
Binary110110010110111001000111010100101010101110000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,91,145); }

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

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

 a { background-color: rgb(108,91,145); }

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

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

 span { border-color: rgb(108,91,145); }

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