#6B4D92

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

Shades of Butterfly Bush #6B4D92

Tints of Butterfly Bush #6B4D92

Color information

#6B4D92 (or 0x6B4D92) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 4D and 92. RGB value is (107,77,146). Sum of RGB (Red+Green+Blue) = 107+77+146=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B4D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4D92 is #94B26D. Grayscale: #5D5D5D. Windows color (decimal): -9745006 or 9588075. OLE color: 9588075.

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

Color convert

RGB10777146-
CMYK0.270.4700.43
HSL266.09º30.94%43.73%-
HSV(B)266.09º47.26%57.25%-
XYZ13.9110.5128.49-
YUV93.84157.44137.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.42%
GREEN value IS 77 (30.47% from 255) = 23.33%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=32.42%
G=23.33%
B=44.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107771460.270.4700.43266.0930.9443.73
Hex6B4D921B2F02B10a1f2c
Octal15311522233570534123754
Binary110101110011011001001011011101111010101110000101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,77,146); }

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

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

 a { background-color: rgb(107,77,146); }

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

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

 span { border-color: rgb(107,77,146); }

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