Html Css Color HEX #603063 Seance

📋 copy color: '#603063'

red 96 ◦ green 48 ◦ blue 99

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

Shades of Seance #603063

Tints of Seance #603063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.75%

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

R = 39.51%
G = 19.75%
B = 40.74%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#603063 (or 0x603063) is known color: Seance. HEX triplet: 60, 30 and 63. RGB value is (96,48,99). Sum of RGB (Red+Green+Blue) = 96+48+99=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #603063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603063 is #9FCF9C. Grayscale: #444444. Windows color (decimal): -10473373 or 6500448. OLE color: 6500448.

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

Color convert

RGB 96 48 99 -
CMYK 0.03 0.52 0 0.61
HSL 296.47º 0.35% 0.29% -
HSV(B) 296.47º 0.52% 0.39% -
XYZ 8.13 5.5 12.44 -
YUV 68.17 145.4 147.85 -
System Red Green Blue C M Y K H S L
Decimal 96 48 99 0.03 0.52 0 0.61 296.47 0.35 0.29
Hex 60 30 63 3 34 0 3D 128 23 1D
Octal 140 60 143 3 64 0 75 450 43 35
Binary 1100000 110000 1100011 11 110100 0 111101 100101000 100011 11101

Color Harmonies of #603063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603063

Black with #603063

Text Example


Text Example

White with #603063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603063; }

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

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

background-color css

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

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

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

border-color css

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

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

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