#6B5594

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

Shades of Butterfly Bush #6B5594

Tints of Butterfly Bush #6B5594

Color information

#6B5594 (or 0x6B5594) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 55 and 94. RGB value is (107,85,148). Sum of RGB (Red+Green+Blue) = 107+85+148=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B5594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5594 is #94AA6B. Grayscale: #626262. Windows color (decimal): -9742956 or 9721195. OLE color: 9721195.

HSL color Cylindrical-coordinate representation of color #6B5594: hue angle of 260.95º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B5594 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10785148-
CMYK0.280.4300.42
HSL260.95º27.04%45.69%-
HSV(B)260.95º42.57%58.04%-
XYZ14.6611.7629.51-
YUV98.76155.79133.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.47%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=31.47%
G=25%
B=43.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107851480.280.4300.42260.9527.0445.69
Hex6B55941C2B02A1051b2e
Octal15312522434530524053356
Binary110101110101011001010011100101011010101010000010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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