Html Css Color HEX #603263 Seance

📋 copy color: '#603263'

red 96 ◦ green 50 ◦ blue 99

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

Shades of Seance #603263

Tints of Seance #603263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

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

R = 39.18%
G = 20.41%
B = 40.41%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#603263 (or 0x603263) is known color: Seance. HEX triplet: 60, 32 and 63. RGB value is (96,50,99). Sum of RGB (Red+Green+Blue) = 96+50+99=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #603263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603263 is #9FCD9C. Grayscale: #454545. Windows color (decimal): -10472861 or 6500960. OLE color: 6500960.

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

Color convert

RGB 96 50 99 -
CMYK 0.03 0.49 0 0.61
HSL 296.33º 0.33% 0.29% -
HSV(B) 296.33º 0.49% 0.39% -
XYZ 8.22 5.67 12.47 -
YUV 69.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 96 50 99 0.03 0.49 0 0.61 296.33 0.33 0.29
Hex 60 32 63 3 31 0 3D 128 21 1D
Octal 140 62 143 3 61 0 75 450 41 35
Binary 1100000 110010 1100011 11 110001 0 111101 100101000 100001 11101

Color Harmonies of #603263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603263

Black with #603263

Text Example


Text Example

White with #603263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603263; }

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

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

background-color css

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

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

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

border-color css

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

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

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