#612268

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

Shades of Seance #612268

Tints of Seance #612268

Color information

#612268 (or 0x612268) is unknown color: approx Seance. HEX triplet: 61, 22 and 68. RGB value is (97,34,104). Sum of RGB (Red+Green+Blue) = 97+34+104=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #612268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612268 is #9EDD97. Grayscale: #3C3C3C. Windows color (decimal): -10411416 or 6824545. OLE color: 6824545.

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

Color convert

RGB9734104-
CMYK0.070.6700.59
HSL294º50.72%27.06%-
HSV(B)294º67.31%40.78%-
XYZ84.6813.58-
YUV60.82152.37153.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=41.28%
G=14.47%
B=44.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97341040.070.6700.5929450.7227.06
Hex61226874303B126331b
Octal1414215071030734466333
Binary110000110001011010001111000011011101110010011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612268; }

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

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

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

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

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

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

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

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