#6B4E94

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

Shades of Butterfly Bush #6B4E94

Tints of Butterfly Bush #6B4E94

Color information

#6B4E94 (or 0x6B4E94) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 4E and 94. RGB value is (107,78,148). Sum of RGB (Red+Green+Blue) = 107+78+148=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B4E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4E94 is #94B16B. Grayscale: #5E5E5E. Windows color (decimal): -9744748 or 9719403. OLE color: 9719403.

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

Color convert

RGB10778148-
CMYK0.280.4700.42
HSL264.86º30.97%44.31%-
HSV(B)264.86º47.3%58.04%-
XYZ14.1310.7129.34-
YUV94.65158.11136.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 78 (30.86% from 255) = 23.42%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=32.13%
G=23.42%
B=44.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107781480.280.4700.42264.8630.9744.31
Hex6B4E941C2F02A1091f2c
Octal15311622434570524113754
Binary110101110011101001010011100101111010101010000100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,78,148); }

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

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

 a { background-color: rgb(107,78,148); }

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

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

 span { border-color: rgb(107,78,148); }

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