Html Css Color HEX #613865 Seance

📋 copy color: '#613865'

red 97 ◦ green 56 ◦ blue 101

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

Shades of Seance #613865

Tints of Seance #613865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

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

R = 38.19%
G = 22.05%
B = 39.76%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#613865 (or 0x613865) is known color: Seance. HEX triplet: 61, 38 and 65. RGB value is (97,56,101). Sum of RGB (Red+Green+Blue) = 97+56+101=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #613865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613865 is #9EC79A. Grayscale: #494949. Windows color (decimal): -10405787 or 6633569. OLE color: 6633569.

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

Color convert

RGB 97 56 101 -
CMYK 0.04 0.45 0 0.60
HSL 294.67º 0.29% 0.31% -
HSV(B) 294.67º 0.45% 0.4% -
XYZ 8.69 6.31 13.07 -
YUV 73.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 97 56 101 0.04 0.45 0 0.60 294.67 0.29 0.31
Hex 61 38 65 4 2D 0 3C 127 1D 1F
Octal 141 70 145 4 55 0 74 447 35 37
Binary 1100001 111000 1100101 100 101101 0 111100 100100111 11101 11111

Color Harmonies of #613865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613865

Black with #613865

Text Example


Text Example

White with #613865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613865; }

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

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

background-color css

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

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

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

border-color css

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

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

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