#6E4659

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

Shades of Finn #6E4659

Tints of Finn #6E4659

Color information

#6E4659 (or 0x6E4659) is unknown color: approx Finn. HEX triplet: 6E, 46 and 59. RGB value is (110,70,89). Sum of RGB (Red+Green+Blue) = 110+70+89=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4659 is #91B9A6. Grayscale: #545454. Windows color (decimal): -9550247 or 5850734. OLE color: 5850734.

HSL color Cylindrical-coordinate representation of color #6E4659: hue angle of 331.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E4659 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB1107089-
CMYK00.360.190.57
HSL331.5º22.22%35.29%-
HSV(B)331.5º36.36%43.14%-
XYZ10.428.4210.53-
YUV84.13130.75146.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.89%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=40.89%
G=26.02%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110708900.360.190.57331.522.2235.29
Hex6E4659024133914c1623
Octal15610613104423715142643
Binary11011101000110101100101001001001111100110100110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,70,89); }

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

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

 a { background-color: rgb(110,70,89); }

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

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

 span { border-color: rgb(110,70,89); }

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