#6B5583

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

Shades of Butterfly Bush #6B5583

Tints of Butterfly Bush #6B5583

Color information

#6B5583 (or 0x6B5583) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 55 and 83. RGB value is (107,85,131). Sum of RGB (Red+Green+Blue) = 107+85+131=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B5583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5583 is #94AA7C. Grayscale: #606060. Windows color (decimal): -9742973 or 8607083. OLE color: 8607083.

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

Color convert

RGB10785131-
CMYK0.180.3500.49
HSL268.7º21.3%42.35%-
HSV(B)268.7º35.11%51.37%-
XYZ13.4111.2622.94-
YUV96.82147.29135.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=33.13%
G=26.32%
B=40.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107851310.180.3500.49268.721.342.35
Hex6B5583122303110d152a
Octal15312520322430614152552
Binary110101110101011000001110010100011011000110000110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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