#6A2477

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

Shades of Seance #6A2477

Tints of Seance #6A2477

Color information

#6A2477 (or 0x6A2477) is unknown color: approx Seance. HEX triplet: 6A, 24 and 77. RGB value is (106,36,119). Sum of RGB (Red+Green+Blue) = 106+36+119=261 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.61% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A2477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2477 is #95DB88. Grayscale: #424242. Windows color (decimal): -9821065 or 7808106. OLE color: 7808106.

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

Color convert

RGB10636119-
CMYK0.110.7000.53
HSL290.6º53.55%30.39%-
HSV(B)290.6º69.75%46.67%-
XYZ9.95.6618.02-
YUV66.39157.69156.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.61%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=40.61%
G=13.79%
B=45.59%

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
Decimal106361190.110.7000.53290.653.5530.39
Hex6A2477B46035123361e
Octal15244167131060654436636
Binary1101010100100111011110111000110011010110010001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,36,119); }

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

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

 a { background-color: rgb(106,36,119); }

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

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

 span { border-color: rgb(106,36,119); }

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