#68415A

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

Shades of Finn #68415A

Tints of Finn #68415A

Color information

#68415A (or 0x68415A) is unknown color: approx Finn. HEX triplet: 68, 41 and 5A. RGB value is (104,65,90). Sum of RGB (Red+Green+Blue) = 104+65+90=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #68415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68415A is #97BEA5. Grayscale: #4F4F4F. Windows color (decimal): -9944742 or 5914984. OLE color: 5914984.

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

Color convert

RGB1046590-
CMYK00.380.130.59
HSL321.54º23.08%33.14%-
HSV(B)321.54º37.5%40.78%-
XYZ9.447.4610.62-
YUV79.51133.92145.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=40.15%
G=25.10%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104659000.380.130.59321.5423.0833.14
Hex68415A026D3B1421721
Octal15010113204615735022741
Binary1101000100000110110100100110110111101110100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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