Html Css Color HEX #614461 Seance

📋 copy color: '#614461'

red 97 ◦ green 68 ◦ blue 97

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

Shades of Seance #614461

Tints of Seance #614461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 37.02%
G = 25.95%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614461 (or 0x614461) is known color: Seance. HEX triplet: 61, 44 and 61. RGB value is (97,68,97). Sum of RGB (Red+Green+Blue) = 97+68+97=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614461 is #9EBB9E. Grayscale: #4F4F4F. Windows color (decimal): -10402719 or 6374497. OLE color: 6374497.

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

Color convert

RGB 97 68 97 -
CMYK 0 0.30 0 0.62
HSL 300º 0.18% 0.32% -
HSV(B) 300º 0.3% 0.38% -
XYZ 9.15 7.54 12.28 -
YUV 79.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 97 68 97 0 0.30 0 0.62 300 0.18 0.32
Hex 61 44 61 0 1E 0 3E 12C 12 20
Octal 141 104 141 0 36 0 76 454 22 40
Binary 1100001 1000100 1100001 0 11110 0 111110 100101100 10010 100000

Color Harmonies of #614461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614461

Black with #614461

Text Example


Text Example

White with #614461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614461; }

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

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

background-color css

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

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

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

border-color css

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

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

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