#68405C

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

Shades of Finn #68405C

Tints of Finn #68405C

Color information

#68405C (or 0x68405C) is unknown color: approx Finn. HEX triplet: 68, 40 and 5C. RGB value is (104,64,92). Sum of RGB (Red+Green+Blue) = 104+64+92=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #68405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68405C is #97BFA3. Grayscale: #4F4F4F. Windows color (decimal): -9944996 or 6045800. OLE color: 6045800.

HSL color Cylindrical-coordinate representation of color #68405C: hue angle of 318º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68405C is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1046492-
CMYK00.380.120.59
HSL318º23.81%32.94%-
HSV(B)318º38.46%40.78%-
XYZ9.477.3811.05-
YUV79.15135.25145.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=40%
G=24.62%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104649200.380.120.5931823.8132.94
Hex68405C026C3B13e1821
Octal15010013404614734763041
Binary1101000100000010111000100110110011101110011111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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