#6b5996

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

Shades of Butterfly Bush #6B5996

Tints of Butterfly Bush #6B5996

Color information

#6B5996 (or 0x6B5996) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 59 and 96. RGB value is (107,89,150). Sum of RGB (Red+Green+Blue) = 107+89+150=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B5996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5996 is #94A669. Grayscale: #656565. Windows color (decimal): -9741930 or 9853291. OLE color: 9853291.

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

Color convert

RGB10789150-
CMYK0.290.4100.41
HSL257.7º25.52%46.86%-
HSV(B)257.7º40.67%58.82%-
XYZ15.1412.4730.46-
YUV101.34155.46132.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=30.92%
G=25.72%
B=43.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107891500.290.4100.41257.725.5246.86
Hex6B59961D290291021a2f
Octal15313122635510514023257
Binary110101110110011001011011101101001010100110000001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,150); }

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

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

 a { background-color: rgb(107,89,150); }

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

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

 span { border-color: rgb(107,89,150); }

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