#6F589B

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

Shades of Butterfly Bush #6F589B

Tints of Butterfly Bush #6F589B

Color information

#6F589B (or 0x6F589B) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 58 and 9B. RGB value is (111,88,155). Sum of RGB (Red+Green+Blue) = 111+88+155=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F589B is #90A764. Grayscale: #666666. Windows color (decimal): -9480037 or 10180719. OLE color: 10180719.

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

Color convert

RGB11188155-
CMYK0.280.4300.39
HSL260.6º27.57%47.65%-
HSV(B)260.6º43.23%60.78%-
XYZ15.9612.7332.63-
YUV102.52157.62134.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.36%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 155 (60.94% from 255) = 43.79%
R=31.36%
G=24.86%
B=43.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111881550.280.4300.39260.627.5747.65
Hex6F589B1C2B0271051c30
Octal15713023334530474053460
Binary110111110110001001101111100101011010011110000010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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