#6E5F94

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

Shades of Butterfly Bush #6E5F94

Tints of Butterfly Bush #6E5F94

Color information

#6E5F94 (or 0x6E5F94) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 5F and 94. RGB value is (110,95,148). Sum of RGB (Red+Green+Blue) = 110+95+148=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E5F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5F94 is #91A06B. Grayscale: #696969. Windows color (decimal): -9543788 or 9723758. OLE color: 9723758.

HSL color Cylindrical-coordinate representation of color #6E5F94: hue angle of 256.98º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E5F94 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11095148-
CMYK0.260.3600.42
HSL256.98º21.81%47.65%-
HSV(B)256.98º35.81%58.04%-
XYZ15.8713.6429.81-
YUV105.53151.97131.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.16%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=31.16%
G=26.91%
B=41.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110951480.260.3600.42256.9821.8147.65
Hex6E5F941A2402A1011630
Octal15613722432440524012660
Binary110111010111111001010011010100100010101010000000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,95,148); }

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

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

 a { background-color: rgb(110,95,148); }

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

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

 span { border-color: rgb(110,95,148); }

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