Html Css Color HEX #614161 Seance

📋 copy color: '#614161'

red 97 ◦ green 65 ◦ blue 97

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

Shades of Seance #614161

Tints of Seance #614161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 37.45%
G = 25.1%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614161 (or 0x614161) is known color: Seance. HEX triplet: 61, 41 and 61. RGB value is (97,65,97). Sum of RGB (Red+Green+Blue) = 97+65+97=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614161 is #9EBE9E. Grayscale: #4E4E4E. Windows color (decimal): -10403487 or 6373729. OLE color: 6373729.

HSL color Cylindrical-coordinate representation of color #614161: hue angle of 300º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #614161 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 65 97 -
CMYK 0 0.33 0 0.62
HSL 300º 0.2% 0.32% -
HSV(B) 300º 0.33% 0.38% -
XYZ 8.98 7.19 12.22 -
YUV 78.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 97 65 97 0 0.33 0 0.62 300 0.2 0.32
Hex 61 41 61 0 21 0 3E 12C 14 20
Octal 141 101 141 0 41 0 76 454 24 40
Binary 1100001 1000001 1100001 0 100001 0 111110 100101100 10100 100000

Color Harmonies of #614161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614161

Black with #614161

Text Example


Text Example

White with #614161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614161; }

 p { color: rgb(97,65,97); }

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

background-color css

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

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

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

border-color css

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

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

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