#603F65

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

Shades of Seance #603F65

Tints of Seance #603F65

Color information

#603F65 (or 0x603F65) is unknown color: approx Seance. HEX triplet: 60, 3F and 65. RGB value is (96,63,101). Sum of RGB (Red+Green+Blue) = 96+63+101=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #603F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F65 is #9FC09A. Grayscale: #4D4D4D. Windows color (decimal): -10469531 or 6635360. OLE color: 6635360.

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

Color convert

RGB9663101-
CMYK0.050.3800.60
HSL292.11º23.17%32.16%-
HSV(B)292.11º37.62%39.61%-
XYZ8.956.9813.19-
YUV77.2141.43141.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 63 (25% from 255) = 24.23%
BLUE value IS 101 (39.84% from 255) = 38.85%
R=36.92%
G=24.23%
B=38.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96631010.050.3800.60292.1123.1732.16
Hex603F6552603C1241720
Octal140771455460744442740
Binary11000001111111100101101100110011110010010010010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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