Html Css Color HEX #613768 Seance

📋 copy color: '#613768'

red 97 ◦ green 55 ◦ blue 104

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

Shades of Seance #613768

Tints of Seance #613768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 37.89%
G = 21.48%
B = 40.63%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#613768 (or 0x613768) is known color: Seance. HEX triplet: 61, 37 and 68. RGB value is (97,55,104). Sum of RGB (Red+Green+Blue) = 97+55+104=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #613768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613768 is #9EC897. Grayscale: #484848. Windows color (decimal): -10406040 or 6829921. OLE color: 6829921.

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

Color convert

RGB 97 55 104 -
CMYK 0.07 0.47 0 0.59
HSL 291.43º 0.31% 0.31% -
HSV(B) 291.43º 0.47% 0.41% -
XYZ 8.79 6.27 13.84 -
YUV 73.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 97 55 104 0.07 0.47 0 0.59 291.43 0.31 0.31
Hex 61 37 68 7 2F 0 3B 123 1F 1F
Octal 141 67 150 7 57 0 73 443 37 37
Binary 1100001 110111 1101000 111 101111 0 111011 100100011 11111 11111

Color Harmonies of #613768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613768

Black with #613768

Text Example


Text Example

White with #613768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613768; }

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

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

background-color css

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

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

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

border-color css

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

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

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