Html Css Color HEX #613465 Seance

📋 copy color: '#613465'

red 97 ◦ green 52 ◦ blue 101

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

Shades of Seance #613465

Tints of Seance #613465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.4%

R = 38.8%
G = 20.8%
B = 40.4%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#613465 (or 0x613465) is known color: Seance. HEX triplet: 61, 34 and 65. RGB value is (97,52,101). Sum of RGB (Red+Green+Blue) = 97+52+101=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #613465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613465 is #9ECB9A. Grayscale: #464646. Windows color (decimal): -10406811 or 6632545. OLE color: 6632545.

HSL color Cylindrical-coordinate representation of color #613465: hue angle of 295.1º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613465 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 52 101 -
CMYK 0.04 0.49 0 0.60
HSL 295.1º 0.32% 0.3% -
HSV(B) 295.1º 0.49% 0.4% -
XYZ 8.51 5.94 13.01 -
YUV 71.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 97 52 101 0.04 0.49 0 0.60 295.1 0.32 0.3
Hex 61 34 65 4 31 0 3C 127 20 1E
Octal 141 64 145 4 61 0 74 447 40 36
Binary 1100001 110100 1100101 100 110001 0 111100 100100111 100000 11110

Color Harmonies of #613465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613465

Black with #613465

Text Example


Text Example

White with #613465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613465; }

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

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

background-color css

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

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

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

border-color css

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

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

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