#603D65

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

Shades of Seance #603D65

Tints of Seance #603D65

Color information

#603D65 (or 0x603D65) is unknown color: approx Seance. HEX triplet: 60, 3D and 65. RGB value is (96,61,101). Sum of RGB (Red+Green+Blue) = 96+61+101=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 101 - color contains mainly: blue. Hex color #603D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D65 is #9FC29A. Grayscale: #4B4B4B. Windows color (decimal): -10470043 or 6634848. OLE color: 6634848.

HSL color Cylindrical-coordinate representation of color #603D65: hue angle of 292.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603D65 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9661101-
CMYK0.050.4000.60
HSL292.5º24.69%31.76%-
HSV(B)292.5º39.6%39.61%-
XYZ8.846.7613.15-
YUV76.02142.1142.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 101 (39.84% from 255) = 39.15%
R=37.21%
G=23.64%
B=39.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96611010.050.4000.60292.524.6931.76
Hex603D6552803C1241920
Octal140751455500744443140
Binary11000001111011100101101101000011110010010010011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603D65; }

 p { color: rgb(96,61,101); }

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

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

 a { background-color: rgb(96,61,101); }

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

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

 span { border-color: rgb(96,61,101); }

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