#604161

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

Shades of Seance #604161

Tints of Seance #604161

Color information

#604161 (or 0x604161) is unknown color: approx Seance. HEX triplet: 60, 41 and 61. RGB value is (96,65,97). Sum of RGB (Red+Green+Blue) = 96+65+97=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #604161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604161 is #9FBE9E. Grayscale: #4D4D4D. Windows color (decimal): -10469023 or 6373728. OLE color: 6373728.

HSL color Cylindrical-coordinate representation of color #604161: hue angle of 298.12º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604161 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB966597-
CMYK0.010.3300.62
HSL298.12º19.75%31.76%-
HSV(B)298.12º32.99%38.04%-
XYZ8.877.1312.22-
YUV77.92138.77140.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=37.21%
G=25.19%
B=37.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9665970.010.3300.62298.1219.7531.76
Hex60416112103E12a1420
Octal1401011411410764522440
Binary1100000100000111000011100001011111010010101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604161; }

 p { color: rgb(96,65,97); }

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

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

 a { background-color: rgb(96,65,97); }

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

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

 span { border-color: rgb(96,65,97); }

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