#6C4F8B

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

Shades of Butterfly Bush #6C4F8B

Tints of Butterfly Bush #6C4F8B

Color information

#6C4F8B (or 0x6C4F8B) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 4F and 8B. RGB value is (108,79,139). Sum of RGB (Red+Green+Blue) = 108+79+139=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C4F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4F8B is #93B074. Grayscale: #5E5E5E. Windows color (decimal): -9678965 or 9129836. OLE color: 9129836.

HSL color Cylindrical-coordinate representation of color #6C4F8B: hue angle of 269º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C4F8B is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10879139-
CMYK0.220.4300.45
HSL269º27.52%42.75%-
HSV(B)269º43.17%54.51%-
XYZ13.6410.6425.76-
YUV94.51153.11137.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=33.13%
G=24.23%
B=42.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108791390.220.4300.4526927.5242.75
Hex6C4F8B162B02D10d1c2b
Octal15411721326530554153453
Binary110110010011111000101110110101011010110110000110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,79,139); }

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

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

 a { background-color: rgb(108,79,139); }

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

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

 span { border-color: rgb(108,79,139); }

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