#6B5A93

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

Shades of Butterfly Bush #6B5A93

Tints of Butterfly Bush #6B5A93

Color information

#6B5A93 (or 0x6B5A93) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 5A and 93. RGB value is (107,90,147). Sum of RGB (Red+Green+Blue) = 107+90+147=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #6B5A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5A93 is #94A56C. Grayscale: #656565. Windows color (decimal): -9741677 or 9656939. OLE color: 9656939.

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

Color convert

RGB10790147-
CMYK0.270.3900.42
HSL257.89º24.05%46.47%-
HSV(B)257.89º38.78%57.65%-
XYZ14.9912.5429.24-
YUV101.58153.63131.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.10%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=31.10%
G=26.16%
B=42.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107901470.270.3900.42257.8924.0546.47
Hex6B5A931B2702A102182e
Octal15313222333470524023056
Binary110101110110101001001111011100111010101010000001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,90,147); }

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

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

 a { background-color: rgb(107,90,147); }

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

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

 span { border-color: rgb(107,90,147); }

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