#6F5491

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

Shades of Butterfly Bush #6F5491

Tints of Butterfly Bush #6F5491

Color information

#6F5491 (or 0x6F5491) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 54 and 91. RGB value is (111,84,145). Sum of RGB (Red+Green+Blue) = 111+84+145=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F5491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5491 is #90AB6E. Grayscale: #626262. Windows color (decimal): -9481071 or 9524335. OLE color: 9524335.

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

Color convert

RGB11184145-
CMYK0.230.4200.43
HSL266.56º26.64%44.9%-
HSV(B)266.56º42.07%56.86%-
XYZ14.8411.7628.28-
YUV99.03153.95136.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=32.65%
G=24.71%
B=42.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111841450.230.4200.43266.5626.6444.9
Hex6F5491172A02B10b1b2d
Octal15712422127520534133355
Binary110111110101001001000110111101010010101110000101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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