#694059

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

Shades of Finn #694059

Tints of Finn #694059

Color information

#694059 (or 0x694059) is unknown color: approx Finn. HEX triplet: 69, 40 and 59. RGB value is (105,64,89). Sum of RGB (Red+Green+Blue) = 105+64+89=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #694059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694059 is #96BFA6. Grayscale: #4F4F4F. Windows color (decimal): -9879463 or 5849193. OLE color: 5849193.

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

Color convert

RGB1056489-
CMYK00.390.150.59
HSL323.41º24.26%33.14%-
HSV(B)323.41º39.05%41.18%-
XYZ9.467.3910.38-
YUV79.11133.58146.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=40.70%
G=24.81%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105648900.390.150.59323.4124.2633.14
Hex694059027F3B1431821
Octal15110013104717735033041
Binary1101001100000010110010100111111111101110100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694059; }

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

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

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

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

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

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

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

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