#6A2677

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

Shades of Seance #6A2677

Tints of Seance #6A2677

Color information

#6A2677 (or 0x6A2677) is unknown color: approx Seance. HEX triplet: 6A, 26 and 77. RGB value is (106,38,119). Sum of RGB (Red+Green+Blue) = 106+38+119=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A2677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2677 is #95D988. Grayscale: #434343. Windows color (decimal): -9820553 or 7808618. OLE color: 7808618.

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

Color convert

RGB10638119-
CMYK0.110.6800.53
HSL290.37º51.59%30.78%-
HSV(B)290.37º68.07%46.67%-
XYZ9.975.7818.04-
YUV67.57157.03155.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.30%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=40.30%
G=14.45%
B=45.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106381190.110.6800.53290.3751.5930.78
Hex6A2677B44035122341f
Octal15246167131040654426437
Binary1101010100110111011110111000100011010110010001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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