#6B5992

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

Shades of Butterfly Bush #6B5992

Tints of Butterfly Bush #6B5992

Color information

#6B5992 (or 0x6B5992) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 59 and 92. RGB value is (107,89,146). Sum of RGB (Red+Green+Blue) = 107+89+146=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B5992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5992 is #94A66D. Grayscale: #646464. Windows color (decimal): -9741934 or 9591147. OLE color: 9591147.

HSL color Cylindrical-coordinate representation of color #6B5992: hue angle of 258.95º 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 #6B5992 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10789146-
CMYK0.270.3900.43
HSL258.95º24.26%46.08%-
HSV(B)258.95º39.04%57.25%-
XYZ14.8212.3528.8-
YUV100.88153.46132.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.29%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=31.29%
G=26.02%
B=42.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107891460.270.3900.43258.9524.2646.08
Hex6B59921B2702B103182e
Octal15313122233470534033056
Binary110101110110011001001011011100111010101110000001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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