#613768

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

Shades of Seance #613768

Tints of Seance #613768

Color information

#613768 (or 0x613768) is unknown color: approx Seance. HEX triplet: 61, 37 and 68. RGB value is (97,55,104). Sum of RGB (Red+Green+Blue) = 97+55+104=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #613768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613768 is #9EC897. Grayscale: #484848. Windows color (decimal): -10406040 or 6829921. OLE color: 6829921.

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

Color convert

RGB9755104-
CMYK0.070.4700.59
HSL291.43º30.82%31.18%-
HSV(B)291.43º47.12%40.78%-
XYZ8.796.2713.84-
YUV73.14145.41145.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=37.89%
G=21.48%
B=40.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97551040.070.4700.59291.4330.8231.18
Hex61376872F03B1231f1f
Octal141671507570734433737
Binary1100001110111110100011110111101110111001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613768; }

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

 H1.HeaderClassName
 {
   color: #613768;
 }
 .AnyTagClassName
 {
   color: #613768;
 }
</style>
background-color css

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

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

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

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

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

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