#68415C

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

Shades of Finn #68415C

Tints of Finn #68415C

Color information

#68415C (or 0x68415C) is unknown color: approx Finn. HEX triplet: 68, 41 and 5C. RGB value is (104,65,92). Sum of RGB (Red+Green+Blue) = 104+65+92=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68415C is #97BEA3. Grayscale: #4F4F4F. Windows color (decimal): -9944740 or 6046056. OLE color: 6046056.

HSL color Cylindrical-coordinate representation of color #68415C: hue angle of 318.46º degrees, saturation: 0.23, 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 #68415C is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1046592-
CMYK00.380.120.59
HSL318.46º23.08%33.14%-
HSV(B)318.46º37.5%40.78%-
XYZ9.537.511.07-
YUV79.74134.92145.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=39.85%
G=24.90%
B=35.25%

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
Decimal104659200.380.120.59318.4623.0833.14
Hex68415C026C3B13e1721
Octal15010113404614734762741
Binary1101000100000110111000100110110011101110011111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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