#6B5483

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

Shades of Butterfly Bush #6B5483

Tints of Butterfly Bush #6B5483

Color information

#6B5483 (or 0x6B5483) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 54 and 83. RGB value is (107,84,131). Sum of RGB (Red+Green+Blue) = 107+84+131=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B5483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5483 is #94AB7C. Grayscale: #606060. Windows color (decimal): -9743229 or 8606827. OLE color: 8606827.

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

Color convert

RGB10784131-
CMYK0.180.3600.49
HSL269.36º21.86%42.16%-
HSV(B)269.36º35.88%51.37%-
XYZ13.3311.1122.91-
YUV96.24147.62135.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.23%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=33.23%
G=26.09%
B=40.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107841310.180.3600.49269.3621.8642.16
Hex6B5483122403110d162a
Octal15312420322440614152652
Binary110101110101001000001110010100100011000110000110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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