#613868

Color #613868 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #613868

Tints of Seance #613868

Color information

#613868 (or 0x613868) is unknown color: approx 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

RGB9756104-
CMYK0.070.4600.59
HSL291.25º30%31.37%-
HSV(B)291.25º46.15%40.78%-
XYZ8.846.3713.86-
YUV73.73145.08144.6-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97561040.070.4600.59291.253031.37
Hex61386872E03B1231e1f
Octal141701507560734433637
Binary1100001111000110100011110111001110111001000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>