#6C1774

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

Shades of Seance #6C1774

Tints of Seance #6C1774

Color information

#6C1774 (or 0x6C1774) is unknown color: approx Seance. HEX triplet: 6C, 17 and 74. RGB value is (108,23,116). Sum of RGB (Red+Green+Blue) = 108+23+116=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C1774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1774 is #93E88B. Grayscale: #3A3A3A. Windows color (decimal): -9693324 or 7608172. OLE color: 7608172.

HSL color Cylindrical-coordinate representation of color #6C1774: hue angle of 294.84º 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 #6C1774 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10823116-
CMYK0.070.8000.55
HSL294.84º66.91%27.25%-
HSV(B)294.84º80.17%45.49%-
XYZ9.645.0616.99-
YUV59.02160.16162.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.72%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=43.72%
G=9.31%
B=46.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108231160.070.8000.55294.8466.9127.25
Hex6C1774750037127431b
Octal15427164712006744710333
Binary110110010111111010011110100000110111100100111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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