#6B5896

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

Shades of Butterfly Bush #6B5896

Tints of Butterfly Bush #6B5896

Color information

#6B5896 (or 0x6B5896) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 58 and 96. RGB value is (107,88,150). Sum of RGB (Red+Green+Blue) = 107+88+150=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B5896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5896 is #94A769. Grayscale: #646464. Windows color (decimal): -9742186 or 9853035. OLE color: 9853035.

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

Color convert

RGB10788150-
CMYK0.290.4100.41
HSL258.39º26.05%46.67%-
HSV(B)258.39º41.33%58.82%-
XYZ15.0612.3130.44-
YUV100.75155.79132.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.01%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=31.01%
G=25.51%
B=43.48%

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
Decimal107881500.290.4100.41258.3926.0546.67
Hex6B58961D290291021a2f
Octal15313022635510514023257
Binary110101110110001001011011101101001010100110000001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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