#68495A

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

Shades of Finn #68495A

Tints of Finn #68495A

Color information

#68495A (or 0x68495A) is unknown color: approx Finn. HEX triplet: 68, 49 and 5A. RGB value is (104,73,90). Sum of RGB (Red+Green+Blue) = 104+73+90=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68495A is #97B6A5. Grayscale: #545454. Windows color (decimal): -9942694 or 5917032. OLE color: 5917032.

HSL color Cylindrical-coordinate representation of color #68495A: hue angle of 327.1º 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 #68495A is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1047390-
CMYK00.300.130.59
HSL327.1º17.51%34.71%-
HSV(B)327.1º29.81%40.78%-
XYZ9.948.4510.78-
YUV84.21131.27142.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=38.95%
G=27.34%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104739000.300.130.59327.117.5134.71
Hex68495A01ED3B1471223
Octal15011113203615735072243
Binary110100010010011011010011110110111101110100011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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