#6C5F93

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

Shades of Butterfly Bush #6C5F93

Tints of Butterfly Bush #6C5F93

Color information

#6C5F93 (or 0x6C5F93) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 5F and 93. RGB value is (108,95,147). Sum of RGB (Red+Green+Blue) = 108+95+147=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C5F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5F93 is #93A06C. Grayscale: #686868. Windows color (decimal): -9674861 or 9658220. OLE color: 9658220.

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

Color convert

RGB10895147-
CMYK0.270.3500.42
HSL255º21.49%47.45%-
HSV(B)255º35.37%57.65%-
XYZ15.5413.4829.39-
YUV104.81151.81130.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.86%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 147 (57.81% from 255) = 42%
R=30.86%
G=27.14%
B=42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108951470.270.3500.4225521.4947.45
Hex6C5F931B2302Aff152f
Octal15413722333430523772557
Binary11011001011111100100111101110001101010101111111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,95,147); }

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

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

 a { background-color: rgb(108,95,147); }

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

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

 span { border-color: rgb(108,95,147); }

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