Html Css Color HEX #61346D Seance

📋 copy color: '#61346D'

red 97 ◦ green 52 ◦ blue 109

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

Shades of Seance #61346D

Tints of Seance #61346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 37.6%
G = 20.16%
B = 42.25%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#61346D (or 0x61346D) is known color: Seance. HEX triplet: 61, 34 and 6D. RGB value is (97,52,109). Sum of RGB (Red+Green+Blue) = 97+52+109=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #61346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61346D is #9ECB92. Grayscale: #474747. Windows color (decimal): -10406803 or 7156833. OLE color: 7156833.

HSL color Cylindrical-coordinate representation of color #61346D: hue angle of 287.37º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61346D is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 52 109 -
CMYK 0.11 0.52 0 0.57
HSL 287.37º 0.35% 0.32% -
HSV(B) 287.37º 0.52% 0.43% -
XYZ 8.92 6.1 15.18 -
YUV 71.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 97 52 109 0.11 0.52 0 0.57 287.37 0.35 0.32
Hex 61 34 6D B 34 0 39 11F 23 20
Octal 141 64 155 13 64 0 71 437 43 40
Binary 1100001 110100 1101101 1011 110100 0 111001 100011111 100011 100000

Color Harmonies of #61346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61346D

Black with #61346D

Text Example


Text Example

White with #61346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61346D; }

 p { color: rgb(97,52,109); }

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

background-color css

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

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

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

border-color css

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

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

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