Html Css Color HEX #613662 Seance

📋 copy color: '#613662'

red 97 ◦ green 54 ◦ blue 98

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

Shades of Seance #613662

Tints of Seance #613662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 38.96%
G = 21.69%
B = 39.36%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#613662 (or 0x613662) is known color: Seance. HEX triplet: 61, 36 and 62. RGB value is (97,54,98). Sum of RGB (Red+Green+Blue) = 97+54+98=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #613662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613662 is #9EC99D. Grayscale: #474747. Windows color (decimal): -10406302 or 6436449. OLE color: 6436449.

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

Color convert

RGB 97 54 98 -
CMYK 0.01 0.45 0 0.62
HSL 298.64º 0.29% 0.3% -
HSV(B) 298.64º 0.45% 0.38% -
XYZ 8.45 6.06 12.28 -
YUV 71.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 97 54 98 0.01 0.45 0 0.62 298.64 0.29 0.3
Hex 61 36 62 1 2D 0 3E 12B 1D 1E
Octal 141 66 142 1 55 0 76 453 35 36
Binary 1100001 110110 1100010 1 101101 0 111110 100101011 11101 11110

Color Harmonies of #613662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613662

Black with #613662

Text Example


Text Example

White with #613662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613662; }

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

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

background-color css

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

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

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

border-color css

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

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

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