#6C2479

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

Shades of Seance #6C2479

Tints of Seance #6C2479

Color information

#6C2479 (or 0x6C2479) is unknown color: approx Seance. HEX triplet: 6C, 24 and 79. RGB value is (108,36,121). Sum of RGB (Red+Green+Blue) = 108+36+121=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C2479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2479 is #93DB86. Grayscale: #424242. Windows color (decimal): -9689991 or 7939180. OLE color: 7939180.

HSL color Cylindrical-coordinate representation of color #6C2479: hue angle of 290.82º 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 #6C2479 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10836121-
CMYK0.110.7000.53
HSL290.82º54.14%30.78%-
HSV(B)290.82º70.25%47.45%-
XYZ10.275.8318.67-
YUV67.22158.35157.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.75%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 121 (47.66% from 255) = 45.66%
R=40.75%
G=13.58%
B=45.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108361210.110.7000.53290.8254.1430.78
Hex6C2479B46035123361f
Octal15444171131060654436637
Binary1101100100100111100110111000110011010110010001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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