#6A2877

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

Shades of Seance #6A2877

Tints of Seance #6A2877

Color information

#6A2877 (or 0x6A2877) is unknown color: approx Seance. HEX triplet: 6A, 28 and 77. RGB value is (106,40,119). Sum of RGB (Red+Green+Blue) = 106+40+119=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A2877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2877 is #95D788. Grayscale: #444444. Windows color (decimal): -9820041 or 7809130. OLE color: 7809130.

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

Color convert

RGB10640119-
CMYK0.110.6600.53
HSL290.13º49.69%31.18%-
HSV(B)290.13º66.39%46.67%-
XYZ10.035.9118.07-
YUV68.74156.37154.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=40%
G=15.09%
B=44.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106401190.110.6600.53290.1349.6931.18
Hex6A2877B42035122321f
Octal15250167131020654426237
Binary1101010101000111011110111000010011010110010001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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