Html Css Color HEX #613962 Seance

📋 copy color: '#613962'

red 97 ◦ green 57 ◦ blue 98

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

Shades of Seance #613962

Tints of Seance #613962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 98 (38.67% from 255) = 38.89%

R = 38.49%
G = 22.62%
B = 38.89%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#613962 (or 0x613962) is known color: Seance. HEX triplet: 61, 39 and 62. RGB value is (97,57,98). Sum of RGB (Red+Green+Blue) = 97+57+98=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #613962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613962 is #9EC69D. Grayscale: #494949. Windows color (decimal): -10405534 or 6437217. OLE color: 6437217.

HSL color Cylindrical-coordinate representation of color #613962: hue angle of 298.54º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #613962 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 57 98 -
CMYK 0.01 0.42 0 0.62
HSL 298.54º 0.26% 0.3% -
HSV(B) 298.54º 0.42% 0.38% -
XYZ 8.6 6.35 12.33 -
YUV 73.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 97 57 98 0.01 0.42 0 0.62 298.54 0.26 0.3
Hex 61 39 62 1 2A 0 3E 12B 1A 1E
Octal 141 71 142 1 52 0 76 453 32 36
Binary 1100001 111001 1100010 1 101010 0 111110 100101011 11010 11110

Color Harmonies of #613962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613962

Black with #613962

Text Example


Text Example

White with #613962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613962; }

 p { color: rgb(97,57,98); }

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

background-color css

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

 a { background-color: rgb(97,57,98); }

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

border-color css

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

 span { border-color: rgb(97,57,98); }

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