Html Css Color HEX #613263 Seance

📋 copy color: '#613263'

red 97 ◦ green 50 ◦ blue 99

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

Shades of Seance #613263

Tints of Seance #613263

RGB

 RED value IS 97 (38.28% from 255) = 39.43%

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

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

R = 39.43%
G = 20.33%
B = 40.24%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#613263 (or 0x613263) is known color: Seance. HEX triplet: 61, 32 and 63. RGB value is (97,50,99). Sum of RGB (Red+Green+Blue) = 97+50+99=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #613263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613263 is #9ECD9C. Grayscale: #454545. Windows color (decimal): -10407325 or 6500961. OLE color: 6500961.

HSL color Cylindrical-coordinate representation of color #613263: hue angle of 297.55º 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 #613263 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 50 99 -
CMYK 0.02 0.49 0 0.61
HSL 297.55º 0.33% 0.29% -
HSV(B) 297.55º 0.49% 0.39% -
XYZ 8.32 5.72 12.47 -
YUV 69.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 97 50 99 0.02 0.49 0 0.61 297.55 0.33 0.29
Hex 61 32 63 2 31 0 3D 12A 21 1D
Octal 141 62 143 2 61 0 75 452 41 35
Binary 1100001 110010 1100011 10 110001 0 111101 100101010 100001 11101

Color Harmonies of #613263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613263

Black with #613263

Text Example


Text Example

White with #613263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613263; }

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

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

background-color css

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

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

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

border-color css

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

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

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