#6C4F92

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

Shades of Butterfly Bush #6C4F92

Tints of Butterfly Bush #6C4F92

Color information

#6C4F92 (or 0x6C4F92) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 4F and 92. RGB value is (108,79,146). Sum of RGB (Red+Green+Blue) = 108+79+146=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C4F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4F92 is #93B06D. Grayscale: #5F5F5F. Windows color (decimal): -9678958 or 9588588. OLE color: 9588588.

HSL color Cylindrical-coordinate representation of color #6C4F92: hue angle of 265.97º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C4F92 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10879146-
CMYK0.260.4600.43
HSL265.97º29.78%44.12%-
HSV(B)265.97º45.89%57.25%-
XYZ14.1710.8628.54-
YUV95.31156.61137.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.43%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=32.43%
G=23.72%
B=43.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108791460.260.4600.43265.9729.7844.12
Hex6C4F921A2E02B10a1e2c
Octal15411722232560534123654
Binary110110010011111001001011010101110010101110000101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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