#6A1970

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

Shades of Seance #6A1970

Tints of Seance #6A1970

Color information

#6A1970 (or 0x6A1970) is unknown color: approx Seance. HEX triplet: 6A, 19 and 70. RGB value is (106,25,112). Sum of RGB (Red+Green+Blue) = 106+25+112=243 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.62% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1970 is #95E68F. Grayscale: #3A3A3A. Windows color (decimal): -9823888 or 7346538. OLE color: 7346538.

HSL color Cylindrical-coordinate representation of color #6A1970: hue angle of 295.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A1970 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10625112-
CMYK0.050.7800.56
HSL295.86º63.5%26.86%-
HSV(B)295.86º77.68%43.92%-
XYZ9.224.9315.79-
YUV59.14157.84161.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.62%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=43.62%
G=10.29%
B=46.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106251120.050.7800.56295.8663.526.86
Hex6A197054E038128401b
Octal15231160511607045010033
Binary110101011001111000010110011100111000100101000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A1970; }

 p { color: rgb(106,25,112); }

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

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

 a { background-color: rgb(106,25,112); }

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

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

 span { border-color: rgb(106,25,112); }

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