#6F5699

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

Shades of Butterfly Bush #6F5699

Tints of Butterfly Bush #6F5699

Color information

#6F5699 (or 0x6F5699) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 56 and 99. RGB value is (111,86,153). Sum of RGB (Red+Green+Blue) = 111+86+153=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F5699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5699 is #90A966. Grayscale: #646464. Windows color (decimal): -9480551 or 10049135. OLE color: 10049135.

HSL color Cylindrical-coordinate representation of color #6F5699: hue angle of 262.39º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F5699 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11186153-
CMYK0.270.4400.4
HSL262.39º28.03%46.86%-
HSV(B)262.39º43.79%60%-
XYZ15.6312.3331.69-
YUV101.11157.28135.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=31.71%
G=24.57%
B=43.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111861530.270.4400.4262.3928.0346.86
Hex6F56991B2C0281061c2f
Octal15712623133540504063457
Binary110111110101101001100111011101100010100010000011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,86,153); }

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

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

 a { background-color: rgb(111,86,153); }

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

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

 span { border-color: rgb(111,86,153); }

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