Html Css Color HEX #613868 Seance

📋 copy color: '#613868'

red 97 ◦ green 56 ◦ blue 104

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

Shades of Seance #613868

Tints of Seance #613868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 37.74%
G = 21.79%
B = 40.47%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#613868 (or 0x613868) is known color: Seance. HEX triplet: 61, 38 and 68. RGB value is (97,56,104). Sum of RGB (Red+Green+Blue) = 97+56+104=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #613868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613868 is #9EC797. Grayscale: #494949. Windows color (decimal): -10405784 or 6830177. OLE color: 6830177.

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

Color convert

RGB 97 56 104 -
CMYK 0.07 0.46 0 0.59
HSL 291.25º 0.3% 0.31% -
HSV(B) 291.25º 0.46% 0.41% -
XYZ 8.84 6.37 13.86 -
YUV 73.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 97 56 104 0.07 0.46 0 0.59 291.25 0.3 0.31
Hex 61 38 68 7 2E 0 3B 123 1E 1F
Octal 141 70 150 7 56 0 73 443 36 37
Binary 1100001 111000 1101000 111 101110 0 111011 100100011 11110 11111

Color Harmonies of #613868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613868

Black with #613868

Text Example


Text Example

White with #613868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613868; }

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

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

background-color css

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

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

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

border-color css

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

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

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