#6F5293

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

Shades of Butterfly Bush #6F5293

Tints of Butterfly Bush #6F5293

Color information

#6F5293 (or 0x6F5293) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 52 and 93. RGB value is (111,82,147). Sum of RGB (Red+Green+Blue) = 111+82+147=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F5293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5293 is #90AD6C. Grayscale: #616161. Windows color (decimal): -9481581 or 9654895. OLE color: 9654895.

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

Color convert

RGB11182147-
CMYK0.240.4400.42
HSL266.77º28.38%44.9%-
HSV(B)266.77º44.22%57.65%-
XYZ14.8411.5229.05-
YUV98.08155.61137.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=32.65%
G=24.12%
B=43.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111821470.240.4400.42266.7728.3844.9
Hex6F5293182C02A10b1c2d
Octal15712222330540524133455
Binary110111110100101001001111000101100010101010000101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,147); }

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

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

 a { background-color: rgb(111,82,147); }

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

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

 span { border-color: rgb(111,82,147); }

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