#6C2478

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

Shades of Seance #6C2478

Tints of Seance #6C2478

Color information

#6C2478 (or 0x6C2478) is unknown color: approx Seance. HEX triplet: 6C, 24 and 78. RGB value is (108,36,120). Sum of RGB (Red+Green+Blue) = 108+36+120=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C2478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2478 is #93DB87. Grayscale: #424242. Windows color (decimal): -9689992 or 7873644. OLE color: 7873644.

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

Color convert

RGB10836120-
CMYK0.100.700.53
HSL291.43º53.85%30.59%-
HSV(B)291.43º70%47.06%-
XYZ10.215.8118.35-
YUV67.1157.85157.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=40.91%
G=13.64%
B=45.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108361200.100.700.53291.4353.8530.59
Hex6C2478A46035123361f
Octal15444170121060654436637
Binary1101100100100111100010101000110011010110010001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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