#6B5983

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

Shades of Butterfly Bush #6B5983

Tints of Butterfly Bush #6B5983

Color information

#6B5983 (or 0x6B5983) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 59 and 83. RGB value is (107,89,131). Sum of RGB (Red+Green+Blue) = 107+89+131=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B5983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5983 is #94A67C. Grayscale: #636363. Windows color (decimal): -9741949 or 8608107. OLE color: 8608107.

HSL color Cylindrical-coordinate representation of color #6B5983: hue angle of 265.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B5983 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10789131-
CMYK0.180.3200.49
HSL265.71º19.09%43.14%-
HSV(B)265.71º32.06%51.37%-
XYZ13.7311.9123.05-
YUV99.17145.96133.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=32.72%
G=27.22%
B=40.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107891310.180.3200.49265.7119.0943.14
Hex6B5983122003110a132b
Octal15313120322400614122353
Binary110101110110011000001110010100000011000110000101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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