#684057

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

Shades of Finn #684057

Tints of Finn #684057

Color information

#684057 (or 0x684057) is unknown color: approx Finn. HEX triplet: 68, 40 and 57. RGB value is (104,64,87). Sum of RGB (Red+Green+Blue) = 104+64+87=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #684057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684057 is #97BFA8. Grayscale: #4E4E4E. Windows color (decimal): -9945001 or 5718120. OLE color: 5718120.

HSL color Cylindrical-coordinate representation of color #684057: hue angle of 325.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684057 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1046487-
CMYK00.380.160.59
HSL325.5º23.81%32.94%-
HSV(B)325.5º38.46%40.78%-
XYZ9.267.39.94-
YUV78.58132.75146.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=40.78%
G=25.10%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104648700.380.160.59325.523.8132.94
Hex684057026103B1461821
Octal15010012704620735063041
Binary11010001000000101011101001101000011101110100011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684057; }

 p { color: rgb(104,64,87); }

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

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

 a { background-color: rgb(104,64,87); }

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

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

 span { border-color: rgb(104,64,87); }

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