Html Css Color HEX #603863 Seance

📋 copy color: '#603863'

red 96 ◦ green 56 ◦ blue 99

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

Shades of Seance #603863

Tints of Seance #603863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

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

R = 38.25%
G = 22.31%
B = 39.44%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#603863 (or 0x603863) is known color: Seance. HEX triplet: 60, 38 and 63. RGB value is (96,56,99). Sum of RGB (Red+Green+Blue) = 96+56+99=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 99 - color contains mainly: blue. Hex color #603863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603863 is #9FC79C. Grayscale: #484848. Windows color (decimal): -10471325 or 6502496. OLE color: 6502496.

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

Color convert

RGB 96 56 99 -
CMYK 0.03 0.43 0 0.61
HSL 295.81º 0.28% 0.3% -
HSV(B) 295.81º 0.43% 0.39% -
XYZ 8.49 6.22 12.56 -
YUV 72.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 96 56 99 0.03 0.43 0 0.61 295.81 0.28 0.3
Hex 60 38 63 3 2B 0 3D 128 1C 1E
Octal 140 70 143 3 53 0 75 450 34 36
Binary 1100000 111000 1100011 11 101011 0 111101 100101000 11100 11110

Color Harmonies of #603863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603863

Black with #603863

Text Example


Text Example

White with #603863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603863; }

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

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

background-color css

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

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

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

border-color css

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

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

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