#6F4559

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

Shades of Finn #6F4559

Tints of Finn #6F4559

Color information

#6F4559 (or 0x6F4559) is unknown color: approx Finn. HEX triplet: 6F, 45 and 59. RGB value is (111,69,89). Sum of RGB (Red+Green+Blue) = 111+69+89=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4559 is #90BAA6. Grayscale: #535353. Windows color (decimal): -9484967 or 5850479. OLE color: 5850479.

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

Color convert

RGB1116989-
CMYK00.380.200.56
HSL331.43º23.33%35.29%-
HSV(B)331.43º37.84%43.53%-
XYZ10.498.3610.51-
YUV83.84130.91147.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=41.26%
G=25.65%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111698900.380.200.56331.4323.3335.29
Hex6F4559026143814b1723
Octal15710513104624705132743
Binary11011111000101101100101001101010011100010100101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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