#68495B

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

Shades of Finn #68495B

Tints of Finn #68495B

Color information

#68495B (or 0x68495B) is unknown color: approx Finn. HEX triplet: 68, 49 and 5B. RGB value is (104,73,91). Sum of RGB (Red+Green+Blue) = 104+73+91=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68495B is #97B6A4. Grayscale: #545454. Windows color (decimal): -9942693 or 5982568. OLE color: 5982568.

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

Color convert

RGB1047391-
CMYK00.300.120.59
HSL325.16º17.51%34.71%-
HSV(B)325.16º29.81%40.78%-
XYZ9.988.4611.01-
YUV84.32131.77142.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=38.81%
G=27.24%
B=33.96%

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
Decimal104739100.300.120.59325.1617.5134.71
Hex68495B01EC3B1451223
Octal15011113303614735052243
Binary110100010010011011011011110110011101110100010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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