#6C5891

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

Shades of Butterfly Bush #6C5891

Tints of Butterfly Bush #6C5891

Color information

#6C5891 (or 0x6C5891) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 58 and 91. RGB value is (108,88,145). Sum of RGB (Red+Green+Blue) = 108+88+145=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C5891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5891 is #93A76E. Grayscale: #646464. Windows color (decimal): -9676655 or 9525356. OLE color: 9525356.

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

Color convert

RGB10888145-
CMYK0.260.3900.43
HSL261.05º24.46%45.69%-
HSV(B)261.05º39.31%56.86%-
XYZ14.7812.2128.37-
YUV100.48153.13133.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.67%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=31.67%
G=25.81%
B=42.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108881450.260.3900.43261.0524.4645.69
Hex6C58911A2702B105182e
Octal15413022132470534053056
Binary110110010110001001000111010100111010101110000010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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