#6F4059

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

Shades of Finn #6F4059

Tints of Finn #6F4059

Color information

#6F4059 (or 0x6F4059) is unknown color: approx Finn. HEX triplet: 6F, 40 and 59. RGB value is (111,64,89). Sum of RGB (Red+Green+Blue) = 111+64+89=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4059 is #90BFA6. Grayscale: #505050. Windows color (decimal): -9486247 or 5849199. OLE color: 5849199.

HSL color Cylindrical-coordinate representation of color #6F4059: hue angle of 328.09º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4059 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1116489-
CMYK00.420.200.56
HSL328.09º26.86%34.31%-
HSV(B)328.09º42.34%43.53%-
XYZ10.197.7710.41-
YUV80.9132.57149.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 89 (35.16% from 255) = 33.71%
R=42.05%
G=24.24%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111648900.420.200.56328.0926.8634.31
Hex6F405902A14381481b22
Octal15710013105224705103342
Binary11011111000000101100101010101010011100010100100011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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