Html Css Color HEX #614460 Seance

📋 copy color: '#614460'

red 97 ◦ green 68 ◦ blue 96

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

Shades of Seance #614460

Tints of Seance #614460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 37.16%
G = 26.05%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#614460 (or 0x614460) is known color: Seance. HEX triplet: 61, 44 and 60. RGB value is (97,68,96). Sum of RGB (Red+Green+Blue) = 97+68+96=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #614460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614460 is #9EBB9F. Grayscale: #4F4F4F. Windows color (decimal): -10402720 or 6308961. OLE color: 6308961.

HSL color Cylindrical-coordinate representation of color #614460: hue angle of 302.07º 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 #614460 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 96 -
CMYK 0 0.30 0.01 0.62
HSL 302.07º 0.18% 0.32% -
HSV(B) 302.07º 0.3% 0.38% -
XYZ 9.11 7.52 12.04 -
YUV 79.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 97 68 96 0 0.30 0.01 0.62 302.07 0.18 0.32
Hex 61 44 60 0 1E 1 3E 12E 12 20
Octal 141 104 140 0 36 1 76 456 22 40
Binary 1100001 1000100 1100000 0 11110 1 111110 100101110 10010 100000

Color Harmonies of #614460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614460

Black with #614460

Text Example


Text Example

White with #614460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614460; }

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

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

background-color css

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

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

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

border-color css

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

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

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