#6A1774

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

Shades of Seance #6A1774

Tints of Seance #6A1774

Color information

#6A1774 (or 0x6A1774) is unknown color: approx Seance. HEX triplet: 6A, 17 and 74. RGB value is (106,23,116). Sum of RGB (Red+Green+Blue) = 106+23+116=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A1774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1774 is #95E88B. Grayscale: #3A3A3A. Windows color (decimal): -9824396 or 7608170. OLE color: 7608170.

HSL color Cylindrical-coordinate representation of color #6A1774: hue angle of 293.55º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1774 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10623116-
CMYK0.090.8000.55
HSL293.55º66.91%27.25%-
HSV(B)293.55º80.17%45.49%-
XYZ9.44.9416.98-
YUV58.42160.5161.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.27%
GREEN value IS 23 (9.38% from 255) = 9.39%
BLUE value IS 116 (45.70% from 255) = 47.35%
R=43.27%
G=9.39%
B=47.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106231160.090.8000.55293.5566.9127.25
Hex6A1774950037126431b
Octal152271641112006744610333
Binary1101010101111110100100110100000110111100100110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,23,116); }

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

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

 a { background-color: rgb(106,23,116); }

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

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

 span { border-color: rgb(106,23,116); }

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