#6F5191

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

Shades of Butterfly Bush #6F5191

Tints of Butterfly Bush #6F5191

Color information

#6F5191 (or 0x6F5191) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 51 and 91. RGB value is (111,81,145). Sum of RGB (Red+Green+Blue) = 111+81+145=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F5191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5191 is #90AE6E. Grayscale: #616161. Windows color (decimal): -9481839 or 9523567. OLE color: 9523567.

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

Color convert

RGB11181145-
CMYK0.230.4400.43
HSL268.12º28.32%44.31%-
HSV(B)268.12º44.14%56.86%-
XYZ14.6111.3128.2-
YUV97.27154.94137.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.94%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 145 (57.03% from 255) = 43.03%
R=32.94%
G=24.04%
B=43.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111811450.230.4400.43268.1228.3244.31
Hex6F5191172C02B10c1c2c
Octal15712122127540534143454
Binary110111110100011001000110111101100010101110000110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,145); }

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

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

 a { background-color: rgb(111,81,145); }

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

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

 span { border-color: rgb(111,81,145); }

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