#6F5492

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

Shades of Butterfly Bush #6F5492

Tints of Butterfly Bush #6F5492

Color information

#6F5492 (or 0x6F5492) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 54 and 92. RGB value is (111,84,146). Sum of RGB (Red+Green+Blue) = 111+84+146=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F5492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5492 is #90AB6D. Grayscale: #626262. Windows color (decimal): -9481070 or 9589871. OLE color: 9589871.

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

Color convert

RGB11184146-
CMYK0.240.4200.43
HSL266.13º26.96%45.1%-
HSV(B)266.13º42.47%57.25%-
XYZ14.9111.828.68-
YUV99.14154.45136.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.55%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=32.55%
G=24.63%
B=42.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111841460.240.4200.43266.1326.9645.1
Hex6F5492182A02B10a1b2d
Octal15712422230520534123355
Binary110111110101001001001011000101010010101110000101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,146); }

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

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

 a { background-color: rgb(111,84,146); }

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

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

 span { border-color: rgb(111,84,146); }

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