#68495C

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

Shades of Finn #68495C

Tints of Finn #68495C

Color information

#68495C (or 0x68495C) is unknown color: approx Finn. HEX triplet: 68, 49 and 5C. RGB value is (104,73,92). Sum of RGB (Red+Green+Blue) = 104+73+92=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68495C is #97B6A3. Grayscale: #545454. Windows color (decimal): -9942692 or 6048104. OLE color: 6048104.

HSL color Cylindrical-coordinate representation of color #68495C: hue angle of 323.23º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68495C is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1047392-
CMYK00.300.120.59
HSL323.23º17.51%34.71%-
HSV(B)323.23º29.81%40.78%-
XYZ10.028.4811.23-
YUV84.44132.27141.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=38.66%
G=27.14%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104739200.300.120.59323.2317.5134.71
Hex68495C01EC3B1431223
Octal15011113403614735032243
Binary110100010010011011100011110110011101110100001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68495C; }

 p { color: rgb(104,73,92); }

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

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

 a { background-color: rgb(104,73,92); }

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

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

 span { border-color: rgb(104,73,92); }

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