#612A6C

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

Shades of Seance #612A6C

Tints of Seance #612A6C

Color information

#612A6C (or 0x612A6C) is unknown color: approx Seance. HEX triplet: 61, 2A and 6C. RGB value is (97,42,108). Sum of RGB (Red+Green+Blue) = 97+42+108=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #612A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A6C is #9ED593. Grayscale: #414141. Windows color (decimal): -10409364 or 7088737. OLE color: 7088737.

HSL color Cylindrical-coordinate representation of color #612A6C: hue angle of 290º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #612A6C is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9742108-
CMYK0.100.6100.58
HSL290º44%29.41%-
HSV(B)290º61.11%42.35%-
XYZ8.465.2814.76-
YUV65.97151.72150.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=39.27%
G=17.00%
B=43.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97421080.100.6100.582904429.41
Hex612A6CA3D03A1222c1d
Octal1415215412750724425435
Binary110000110101011011001010111101011101010010001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612A6C; }

 p { color: rgb(97,42,108); }

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

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

 a { background-color: rgb(97,42,108); }

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

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

 span { border-color: rgb(97,42,108); }

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