#6f598a

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

Shades of Butterfly Bush #6F598A

Tints of Butterfly Bush #6F598A

Color information

#6F598A (or 0x6F598A) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 59 and 8A. RGB value is (111,89,138). Sum of RGB (Red+Green+Blue) = 111+89+138=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F598A is #90A675. Grayscale: #646464. Windows color (decimal): -9479798 or 9066863. OLE color: 9066863.

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

Color convert

RGB11189138-
CMYK0.200.3600.46
HSL266.94º21.59%44.51%-
HSV(B)266.94º35.51%54.12%-
XYZ14.7212.3625.65-
YUV101.16148.79135.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.84%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=32.84%
G=26.33%
B=40.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111891380.200.3600.46266.9421.5944.51
Hex6F598A142402E10b162d
Octal15713121224440564132655
Binary110111110110011000101010100100100010111010000101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f598a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,89,138); }

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

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

 a { background-color: rgb(111,89,138); }

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

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

 span { border-color: rgb(111,89,138); }

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