#6F5889

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

Shades of Butterfly Bush #6F5889

Tints of Butterfly Bush #6F5889

Color information

#6F5889 (or 0x6F5889) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 58 and 89. RGB value is (111,88,137). Sum of RGB (Red+Green+Blue) = 111+88+137=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5889 is #90A776. Grayscale: #646464. Windows color (decimal): -9480055 or 9001071. OLE color: 9001071.

HSL color Cylindrical-coordinate representation of color #6F5889: hue angle of 268.16º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F5889 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11188137-
CMYK0.190.3600.46
HSL268.16º21.78%44.12%-
HSV(B)268.16º35.77%53.73%-
XYZ14.5612.1725.25-
YUV100.46148.62135.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=33.04%
G=26.19%
B=40.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111881370.190.3600.46268.1621.7844.12
Hex6F5889132402E10c162c
Octal15713021123440564142654
Binary110111110110001000100110011100100010111010000110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,137); }

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

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

 a { background-color: rgb(111,88,137); }

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

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

 span { border-color: rgb(111,88,137); }

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