Html Css Color HEX #613968 Seance

📋 copy color: '#613968'

red 97 ◦ green 57 ◦ blue 104

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

Shades of Seance #613968

Tints of Seance #613968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.31%

R = 37.6%
G = 22.09%
B = 40.31%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#613968 (or 0x613968) is known color: Seance. HEX triplet: 61, 39 and 68. RGB value is (97,57,104). Sum of RGB (Red+Green+Blue) = 97+57+104=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #613968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613968 is #9EC697. Grayscale: #4A4A4A. Windows color (decimal): -10405528 or 6830433. OLE color: 6830433.

HSL color Cylindrical-coordinate representation of color #613968: hue angle of 291.06º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #613968 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 57 104 -
CMYK 0.07 0.45 0 0.59
HSL 291.06º 0.29% 0.32% -
HSV(B) 291.06º 0.45% 0.41% -
XYZ 8.89 6.47 13.88 -
YUV 74.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 97 57 104 0.07 0.45 0 0.59 291.06 0.29 0.32
Hex 61 39 68 7 2D 0 3B 123 1D 20
Octal 141 71 150 7 55 0 73 443 35 40
Binary 1100001 111001 1101000 111 101101 0 111011 100100011 11101 100000

Color Harmonies of #613968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613968

Black with #613968

Text Example


Text Example

White with #613968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613968; }

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

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

background-color css

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

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

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

border-color css

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

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

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