#694457

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

Shades of Finn #694457

Tints of Finn #694457

Color information

#694457 (or 0x694457) is unknown color: approx Finn. HEX triplet: 69, 44 and 57. RGB value is (105,68,87). Sum of RGB (Red+Green+Blue) = 105+68+87=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #694457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694457 is #96BBA8. Grayscale: #515151. Windows color (decimal): -9878441 or 5719145. OLE color: 5719145.

HSL color Cylindrical-coordinate representation of color #694457: hue angle of 329.19º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #694457 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1056887-
CMYK00.350.170.59
HSL329.19º21.39%33.92%-
HSV(B)329.19º35.24%41.18%-
XYZ9.617.8310.02-
YUV81.23131.26144.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 87 (34.38% from 255) = 33.46%
R=40.38%
G=26.15%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105688700.350.170.59329.1921.3933.92
Hex694457023113B1491522
Octal15110412704321735112542
Binary11010011000100101011101000111000111101110100100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694457; }

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

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

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

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

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

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

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

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