Html Css Color HEX #613463 Seance

📋 copy color: '#613463'

red 97 ◦ green 52 ◦ blue 99

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

Shades of Seance #613463

Tints of Seance #613463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 39.11%
G = 20.97%
B = 39.92%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#613463 (or 0x613463) is known color: Seance. HEX triplet: 61, 34 and 63. RGB value is (97,52,99). Sum of RGB (Red+Green+Blue) = 97+52+99=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #613463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613463 is #9ECB9C. Grayscale: #464646. Windows color (decimal): -10406813 or 6501473. OLE color: 6501473.

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

Color convert

RGB 97 52 99 -
CMYK 0.02 0.47 0 0.61
HSL 297.45º 0.31% 0.3% -
HSV(B) 297.45º 0.47% 0.39% -
XYZ 8.41 5.9 12.5 -
YUV 70.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 97 52 99 0.02 0.47 0 0.61 297.45 0.31 0.3
Hex 61 34 63 2 2F 0 3D 129 1F 1E
Octal 141 64 143 2 57 0 75 451 37 36
Binary 1100001 110100 1100011 10 101111 0 111101 100101001 11111 11110

Color Harmonies of #613463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613463

Black with #613463

Text Example


Text Example

White with #613463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613463; }

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

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

background-color css

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

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

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

border-color css

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

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

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