#694057

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

Shades of Finn #694057

Tints of Finn #694057

Color information

#694057 (or 0x694057) is unknown color: approx Finn. HEX triplet: 69, 40 and 57. RGB value is (105,64,87). Sum of RGB (Red+Green+Blue) = 105+64+87=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #694057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694057 is #96BFA8. Grayscale: #4E4E4E. Windows color (decimal): -9879465 or 5718121. OLE color: 5718121.

HSL color Cylindrical-coordinate representation of color #694057: hue angle of 326.34º 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 #694057 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1056487-
CMYK00.390.170.59
HSL326.34º24.26%33.14%-
HSV(B)326.34º39.05%41.18%-
XYZ9.387.369.94-
YUV78.88132.58146.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=41.02%
G=25%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105648700.390.170.59326.3424.2633.14
Hex694057027113B1461821
Octal15110012704721735063041
Binary11010011000000101011101001111000111101110100011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694057; }

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

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

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

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

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

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

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

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