#6C177D

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

Shades of Seance #6C177D

Tints of Seance #6C177D

Color information

#6C177D (or 0x6C177D) is unknown color: approx Seance. HEX triplet: 6C, 17 and 7D. RGB value is (108,23,125). Sum of RGB (Red+Green+Blue) = 108+23+125=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C177D is #93E882. Grayscale: #3B3B3B. Windows color (decimal): -9693315 or 8197996. OLE color: 8197996.

HSL color Cylindrical-coordinate representation of color #6C177D: hue angle of 290º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C177D is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10823125-
CMYK0.140.8200.51
HSL290º68.92%29.02%-
HSV(B)290º81.6%49.02%-
XYZ10.195.2819.88-
YUV60.04164.66162.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.19%
GREEN value IS 23 (9.38% from 255) = 8.98%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=42.19%
G=8.98%
B=48.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108231250.140.8200.5129068.9229.02
Hex6C177DE52033122451d
Octal154271751612206344210535
Binary1101100101111111101111010100100110011100100010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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