#6F5899

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

Shades of Butterfly Bush #6F5899

Tints of Butterfly Bush #6F5899

Color information

#6F5899 (or 0x6F5899) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 58 and 99. RGB value is (111,88,153). Sum of RGB (Red+Green+Blue) = 111+88+153=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5899 is #90A766. Grayscale: #666666. Windows color (decimal): -9480039 or 10049647. OLE color: 10049647.

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

Color convert

RGB11188153-
CMYK0.270.4200.4
HSL261.23º26.97%47.25%-
HSV(B)261.23º42.48%60%-
XYZ15.812.6631.75-
YUV102.29156.62134.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.53%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=31.53%
G=25%
B=43.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111881530.270.4200.4261.2326.9747.25
Hex6F58991B2A0281051b2f
Octal15713023133520504053357
Binary110111110110001001100111011101010010100010000010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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