#6F5892

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

Shades of Butterfly Bush #6F5892

Tints of Butterfly Bush #6F5892

Color information

#6F5892 (or 0x6F5892) is unknown color: approx Butterfly Bush. HEX triplet: 6F, 58 and 92. RGB value is (111,88,146). Sum of RGB (Red+Green+Blue) = 111+88+146=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F5892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5892 is #90A76D. Grayscale: #656565. Windows color (decimal): -9480046 or 9590895. OLE color: 9590895.

HSL color Cylindrical-coordinate representation of color #6F5892: hue angle of 263.79º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F5892 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11188146-
CMYK0.240.4000.43
HSL263.79º24.79%45.88%-
HSV(B)263.79º39.73%57.25%-
XYZ15.2312.4328.79-
YUV101.49153.12134.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.17%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=32.17%
G=25.51%
B=42.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111881460.240.4000.43263.7924.7945.88
Hex6F5892182802B108192e
Octal15713022230500534103156
Binary110111110110001001001011000101000010101110000100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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