Html Css Color HEX #613F60 Seance

📋 copy color: '#613F60'

red 97 ◦ green 63 ◦ blue 96

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

Shades of Seance #613F60

Tints of Seance #613F60

RGB

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

 GREEN value IS 63 (25% from 255) = 24.61%

 BLUE value IS 96 (37.89% from 255) = 37.5%

R = 37.89%
G = 24.61%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#613F60 (or 0x613F60) is known color: Seance. HEX triplet: 61, 3F and 60. RGB value is (97,63,96). Sum of RGB (Red+Green+Blue) = 97+63+96=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #613F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F60 is #9EC09F. Grayscale: #4C4C4C. Windows color (decimal): -10404000 or 6307681. OLE color: 6307681.

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

Color convert

RGB 97 63 96 -
CMYK 0 0.35 0.01 0.62
HSL 301.76º 0.21% 0.31% -
HSV(B) 301.76º 0.35% 0.38% -
XYZ 8.82 6.94 11.94 -
YUV 76.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 97 63 96 0 0.35 0.01 0.62 301.76 0.21 0.31
Hex 61 3F 60 0 23 1 3E 12E 15 1F
Octal 141 77 140 0 43 1 76 456 25 37
Binary 1100001 111111 1100000 0 100011 1 111110 100101110 10101 11111

Color Harmonies of #613F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F60

Black with #613F60

Text Example


Text Example

White with #613F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,63,96); }

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

background-color css

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

 a { background-color: rgb(97,63,96); }

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

border-color css

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

 span { border-color: rgb(97,63,96); }

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