#613669

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

Shades of Seance #613669

Tints of Seance #613669

Color information

#613669 (or 0x613669) is unknown color: approx Seance. HEX triplet: 61, 36 and 69. RGB value is (97,54,105). Sum of RGB (Red+Green+Blue) = 97+54+105=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #613669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613669 is #9EC996. Grayscale: #484848. Windows color (decimal): -10406295 or 6895201. OLE color: 6895201.

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

Color convert

RGB9754105-
CMYK0.080.4900.59
HSL290.59º32.08%31.18%-
HSV(B)290.59º48.57%41.18%-
XYZ8.86.214.1-
YUV72.67146.25145.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=37.89%
G=21.09%
B=41.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97541050.080.4900.59290.5932.0831.18
Hex61366983103B123201f
Octal1416615110610734434037
Binary110000111011011010011000110001011101110010001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613669; }

 p { color: rgb(97,54,105); }

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

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

 a { background-color: rgb(97,54,105); }

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

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

 span { border-color: rgb(97,54,105); }

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