Html Css Color HEX #613668 Seance

📋 copy color: '#613668'

red 97 ◦ green 54 ◦ blue 104

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

Shades of Seance #613668

Tints of Seance #613668

RGB

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

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

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

R = 38.04%
G = 21.18%
B = 40.78%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#613668 (or 0x613668) is known color: Seance. HEX triplet: 61, 36 and 68. RGB value is (97,54,104). Sum of RGB (Red+Green+Blue) = 97+54+104=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #613668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613668 is #9EC997. Grayscale: #484848. Windows color (decimal): -10406296 or 6829665. OLE color: 6829665.

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

Color convert

RGB 97 54 104 -
CMYK 0.07 0.48 0 0.59
HSL 291.6º 0.32% 0.31% -
HSV(B) 291.6º 0.48% 0.41% -
XYZ 8.75 6.18 13.83 -
YUV 72.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 97 54 104 0.07 0.48 0 0.59 291.6 0.32 0.31
Hex 61 36 68 7 30 0 3B 124 20 1F
Octal 141 66 150 7 60 0 73 444 40 37
Binary 1100001 110110 1101000 111 110000 0 111011 100100100 100000 11111

Color Harmonies of #613668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613668

Black with #613668

Text Example


Text Example

White with #613668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613668; }

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

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

background-color css

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

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

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

border-color css

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

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

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