#6B5199

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

Shades of Butterfly Bush #6B5199

Tints of Butterfly Bush #6B5199

Color information

#6B5199 (or 0x6B5199) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 51 and 99. RGB value is (107,81,153). Sum of RGB (Red+Green+Blue) = 107+81+153=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B5199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5199 is #94AE66. Grayscale: #606060. Windows color (decimal): -9743975 or 10047851. OLE color: 10047851.

HSL color Cylindrical-coordinate representation of color #6B5199: hue angle of 261.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B5199 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10781153-
CMYK0.300.4700.4
HSL261.67º30.77%45.88%-
HSV(B)261.67º47.06%60%-
XYZ14.7611.3131.54-
YUV96.98159.61135.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.38%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=31.38%
G=23.75%
B=44.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107811530.300.4700.4261.6730.7745.88
Hex6B51991E2F0281061f2e
Octal15312123136570504063756
Binary110101110100011001100111110101111010100010000011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,153); }

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

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

 a { background-color: rgb(107,81,153); }

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

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

 span { border-color: rgb(107,81,153); }

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