#613467

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

Shades of Seance #613467

Tints of Seance #613467

Color information

#613467 (or 0x613467) is unknown color: approx Seance. HEX triplet: 61, 34 and 67. RGB value is (97,52,103). Sum of RGB (Red+Green+Blue) = 97+52+103=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #613467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613467 is #9ECB98. Grayscale: #474747. Windows color (decimal): -10406809 or 6763617. OLE color: 6763617.

HSL color Cylindrical-coordinate representation of color #613467: hue angle of 292.94º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #613467 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9752103-
CMYK0.060.5000.60
HSL292.94º32.9%30.39%-
HSV(B)292.94º49.51%40.39%-
XYZ8.615.9813.53-
YUV71.27145.91146.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=38.49%
G=20.63%
B=40.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97521030.060.5000.60292.9432.930.39
Hex61346763203C125211e
Octal141641476620744454136
Binary11000011101001100111110110010011110010010010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613467; }

 p { color: rgb(97,52,103); }

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

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

 a { background-color: rgb(97,52,103); }

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

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

 span { border-color: rgb(97,52,103); }

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