#611A6B

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

Shades of Seance #611A6B

Tints of Seance #611A6B

Color information

#611A6B (or 0x611A6B) is unknown color: approx Seance. HEX triplet: 61, 1A and 6B. RGB value is (97,26,107). Sum of RGB (Red+Green+Blue) = 97+26+107=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #611A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A6B is #9EE594. Grayscale: #383838. Windows color (decimal): -10413461 or 7019105. OLE color: 7019105.

HSL color Cylindrical-coordinate representation of color #611A6B: hue angle of 292.59º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611A6B is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9726107-
CMYK0.090.7600.58
HSL292.59º60.9%26.08%-
HSV(B)292.59º75.7%41.96%-
XYZ7.954.3414.33-
YUV56.46156.52156.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=42.17%
G=11.30%
B=46.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97261070.090.7600.58292.5960.926.08
Hex611A6B94C03A1253d1a
Octal14132153111140724457532
Binary110000111010110101110011001100011101010010010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A6B; }

 p { color: rgb(97,26,107); }

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

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

 a { background-color: rgb(97,26,107); }

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

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

 span { border-color: rgb(97,26,107); }

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