Html Css Color HEX #613469 Seance

📋 copy color: '#613469'

red 97 ◦ green 52 ◦ blue 105

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

Shades of Seance #613469

Tints of Seance #613469

RGB

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

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

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

R = 38.19%
G = 20.47%
B = 41.34%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#613469 (or 0x613469) is known color: Seance. HEX triplet: 61, 34 and 69. RGB value is (97,52,105). Sum of RGB (Red+Green+Blue) = 97+52+105=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #613469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613469 is #9ECB96. Grayscale: #474747. Windows color (decimal): -10406807 or 6894689. OLE color: 6894689.

HSL color Cylindrical-coordinate representation of color #613469: hue angle of 290.94º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #613469 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 52 105 -
CMYK 0.08 0.50 0 0.59
HSL 290.94º 0.34% 0.31% -
HSV(B) 290.94º 0.5% 0.41% -
XYZ 8.71 6.02 14.07 -
YUV 71.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 97 52 105 0.08 0.50 0 0.59 290.94 0.34 0.31
Hex 61 34 69 8 32 0 3B 123 22 1F
Octal 141 64 151 10 62 0 73 443 42 37
Binary 1100001 110100 1101001 1000 110010 0 111011 100100011 100010 11111

Color Harmonies of #613469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613469

Black with #613469

Text Example


Text Example

White with #613469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613469; }

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

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

background-color css

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

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

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

border-color css

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

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

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