#6F558B

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

Shades of Butterfly Bush #6F558B

Tints of Butterfly Bush #6F558B

Color information

#6F558B (or 0x6F558B) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 55 and 8B. RGB value is (111,85,139). Sum of RGB (Red+Green+Blue) = 111+85+139=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F558B is #90AA74. Grayscale: #626262. Windows color (decimal): -9480821 or 9131375. OLE color: 9131375.

HSL color Cylindrical-coordinate representation of color #6F558B: hue angle of 268.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F558B is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11185139-
CMYK0.200.3900.45
HSL268.89º24.11%43.92%-
HSV(B)268.89º38.85%54.51%-
XYZ14.4611.7425.93-
YUV98.93150.61136.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.13%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=33.13%
G=25.37%
B=41.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111851390.200.3900.45268.8924.1143.92
Hex6F558B142702D10d182c
Octal15712521324470554153054
Binary110111110101011000101110100100111010110110000110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,85,139); }

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

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

 a { background-color: rgb(111,85,139); }

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

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

 span { border-color: rgb(111,85,139); }

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