#6F5794

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

Shades of Butterfly Bush #6F5794

Tints of Butterfly Bush #6F5794

Color information

#6F5794 (or 0x6F5794) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 57 and 94. RGB value is (111,87,148). Sum of RGB (Red+Green+Blue) = 111+87+148=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F5794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5794 is #90A86B. Grayscale: #646464. Windows color (decimal): -9480300 or 9721711. OLE color: 9721711.

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

Color convert

RGB11187148-
CMYK0.250.4100.42
HSL263.61º25.96%46.08%-
HSV(B)263.61º41.22%58.04%-
XYZ15.3112.3329.59-
YUV101.13154.45135.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.08%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=32.08%
G=25.14%
B=42.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111871480.250.4100.42263.6125.9646.08
Hex6F5794192902A1081a2e
Octal15712722431510524103256
Binary110111110101111001010011001101001010101010000100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,87,148); }

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

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

 a { background-color: rgb(111,87,148); }

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

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

 span { border-color: rgb(111,87,148); }

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