#6C1878

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

Shades of Seance #6C1878

Tints of Seance #6C1878

Color information

#6C1878 (or 0x6C1878) is unknown color: approx Seance. HEX triplet: 6C, 18 and 78. RGB value is (108,24,120). Sum of RGB (Red+Green+Blue) = 108+24+120=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C1878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1878 is #93E787. Grayscale: #3B3B3B. Windows color (decimal): -9693064 or 7870572. OLE color: 7870572.

HSL color Cylindrical-coordinate representation of color #6C1878: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C1878 is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10824120-
CMYK0.100.800.53
HSL292.5º66.67%28.24%-
HSV(B)292.5º80%47.06%-
XYZ9.95.218.25-
YUV60.06161.83162.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.86%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=42.86%
G=9.52%
B=47.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108241200.100.800.53292.566.6728.24
Hex6C1878A50035124431c
Octal154301701212006544410334
Binary1101100110001111000101010100000110101100100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,24,120); }

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

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

 a { background-color: rgb(108,24,120); }

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

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

 span { border-color: rgb(108,24,120); }

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