Html Css Color HEX #613C62 Seance

📋 copy color: '#613C62'

red 97 ◦ green 60 ◦ blue 98

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

Shades of Seance #613C62

Tints of Seance #613C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.53%

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

R = 38.04%
G = 23.53%
B = 38.43%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#613C62 (or 0x613C62) is known color: Seance. HEX triplet: 61, 3C and 62. RGB value is (97,60,98). Sum of RGB (Red+Green+Blue) = 97+60+98=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #613C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C62 is #9EC39D. Grayscale: #4B4B4B. Windows color (decimal): -10404766 or 6437985. OLE color: 6437985.

HSL color Cylindrical-coordinate representation of color #613C62: hue angle of 298.42º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #613C62 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 60 98 -
CMYK 0.01 0.39 0 0.62
HSL 298.42º 0.24% 0.31% -
HSV(B) 298.42º 0.39% 0.38% -
XYZ 8.75 6.65 12.38 -
YUV 75.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 97 60 98 0.01 0.39 0 0.62 298.42 0.24 0.31
Hex 61 3C 62 1 27 0 3E 12A 18 1F
Octal 141 74 142 1 47 0 76 452 30 37
Binary 1100001 111100 1100010 1 100111 0 111110 100101010 11000 11111

Color Harmonies of #613C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C62

Black with #613C62

Text Example


Text Example

White with #613C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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