Html Css Color HEX #613969 Seance

📋 copy color: '#613969'

red 97 ◦ green 57 ◦ blue 105

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

Shades of Seance #613969

Tints of Seance #613969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 37.45%
G = 22.01%
B = 40.54%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#613969 (or 0x613969) is known color: Seance. HEX triplet: 61, 39 and 69. RGB value is (97,57,105). Sum of RGB (Red+Green+Blue) = 97+57+105=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #613969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613969 is #9EC696. Grayscale: #4A4A4A. Windows color (decimal): -10405527 or 6895969. OLE color: 6895969.

HSL color Cylindrical-coordinate representation of color #613969: hue angle of 290º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #613969 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 57 105 -
CMYK 0.08 0.46 0 0.59
HSL 290º 0.3% 0.32% -
HSV(B) 290º 0.46% 0.41% -
XYZ 8.94 6.49 14.15 -
YUV 74.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 97 57 105 0.08 0.46 0 0.59 290 0.3 0.32
Hex 61 39 69 8 2E 0 3B 122 1E 20
Octal 141 71 151 10 56 0 73 442 36 40
Binary 1100001 111001 1101001 1000 101110 0 111011 100100010 11110 100000

Color Harmonies of #613969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613969

Black with #613969

Text Example


Text Example

White with #613969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613969; }

 p { color: rgb(97,57,105); }

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

background-color css

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

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

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

border-color css

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

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

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