Html Css Color HEX #614261 Seance

📋 copy color: '#614261'

red 97 ◦ green 66 ◦ blue 97

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

Shades of Seance #614261

Tints of Seance #614261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 37.31%
G = 25.38%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614261 (or 0x614261) is known color: Seance. HEX triplet: 61, 42 and 61. RGB value is (97,66,97). Sum of RGB (Red+Green+Blue) = 97+66+97=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614261 is #9EBD9E. Grayscale: #4E4E4E. Windows color (decimal): -10403231 or 6373985. OLE color: 6373985.

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

Color convert

RGB 97 66 97 -
CMYK 0 0.32 0 0.62
HSL 300º 0.19% 0.32% -
HSV(B) 300º 0.32% 0.38% -
XYZ 9.04 7.3 12.24 -
YUV 78.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 97 66 97 0 0.32 0 0.62 300 0.19 0.32
Hex 61 42 61 0 20 0 3E 12C 13 20
Octal 141 102 141 0 40 0 76 454 23 40
Binary 1100001 1000010 1100001 0 100000 0 111110 100101100 10011 100000

Color Harmonies of #614261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614261

Black with #614261

Text Example


Text Example

White with #614261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614261; }

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

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

background-color css

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

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

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

border-color css

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

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

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