#6B5897

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

Shades of Butterfly Bush #6B5897

Tints of Butterfly Bush #6B5897

Color information

#6B5897 (or 0x6B5897) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 58 and 97. RGB value is (107,88,151). Sum of RGB (Red+Green+Blue) = 107+88+151=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B5897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5897 is #94A768. Grayscale: #646464. Windows color (decimal): -9742185 or 9918571. OLE color: 9918571.

HSL color Cylindrical-coordinate representation of color #6B5897: hue angle of 258.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B5897 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10788151-
CMYK0.290.4200.41
HSL258.1º26.36%46.86%-
HSV(B)258.1º41.72%59.22%-
XYZ15.1412.3430.86-
YUV100.86156.29132.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=30.92%
G=25.43%
B=43.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107881510.290.4200.41258.126.3646.86
Hex6B58971D2A0291021a2f
Octal15313022735520514023257
Binary110101110110001001011111101101010010100110000001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,151); }

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

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

 a { background-color: rgb(107,88,151); }

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

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

 span { border-color: rgb(107,88,151); }

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