Html Css Color HEX #603963 Seance

📋 copy color: '#603963'

red 96 ◦ green 57 ◦ blue 99

#603963
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #603963

Tints of Seance #603963

RGB

 RED value IS 96 (37.89% from 255) = 38.1%

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 99 (39.06% from 255) = 39.29%

R = 38.1%
G = 22.62%
B = 39.29%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#603963 (or 0x603963) is known color: Seance. HEX triplet: 60, 39 and 63. RGB value is (96,57,99). Sum of RGB (Red+Green+Blue) = 96+57+99=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #603963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603963 is #9FC69C. Grayscale: #494949. Windows color (decimal): -10471069 or 6502752. OLE color: 6502752.

HSL color Cylindrical-coordinate representation of color #603963: hue angle of 295.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #603963 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 57 99 -
CMYK 0.03 0.42 0 0.61
HSL 295.71º 0.27% 0.31% -
HSV(B) 295.71º 0.42% 0.39% -
XYZ 8.54 6.31 12.57 -
YUV 73.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 96 57 99 0.03 0.42 0 0.61 295.71 0.27 0.31
Hex 60 39 63 3 2A 0 3D 128 1B 1F
Octal 140 71 143 3 52 0 75 450 33 37
Binary 1100000 111001 1100011 11 101010 0 111101 100101000 11011 11111

Color Harmonies of #603963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603963

Black with #603963

Text Example


Text Example

White with #603963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603963; }

 p { color: rgb(96,57,99); }

 H1.HeaderClassName
 {
   color: #603963;
 }
 .AnyTagClassName
 {
   color: #603963;
 }
</style>

background-color css

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

 a { background-color: rgb(96,57,99); }

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

border-color css

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

 span { border-color: rgb(96,57,99); }

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