#6B5994

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

Shades of Butterfly Bush #6B5994

Tints of Butterfly Bush #6B5994

Color information

#6B5994 (or 0x6B5994) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 59 and 94. RGB value is (107,89,148). Sum of RGB (Red+Green+Blue) = 107+89+148=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B5994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5994 is #94A66B. Grayscale: #646464. Windows color (decimal): -9741932 or 9722219. OLE color: 9722219.

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

Color convert

RGB10789148-
CMYK0.280.4000.42
HSL258.31º24.89%46.47%-
HSV(B)258.31º39.86%58.04%-
XYZ14.9812.4129.62-
YUV101.11154.46132.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.10%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 148 (58.20% from 255) = 43.02%
R=31.10%
G=25.87%
B=43.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107891480.280.4000.42258.3124.8946.47
Hex6B59941C2802A102192e
Octal15313122434500524023156
Binary110101110110011001010011100101000010101010000001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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