#6A277F

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

Shades of Seance #6A277F

Tints of Seance #6A277F

Color information

#6A277F (or 0x6A277F) is unknown color: approx Seance. HEX triplet: 6A, 27 and 7F. RGB value is (106,39,127). Sum of RGB (Red+Green+Blue) = 106+39+127=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A277F is #95D880. Grayscale: #444444. Windows color (decimal): -9820289 or 8333162. OLE color: 8333162.

HSL color Cylindrical-coordinate representation of color #6A277F: hue angle of 285.68º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A277F is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10639127-
CMYK0.170.6900.50
HSL285.68º53.01%32.55%-
HSV(B)285.68º69.29%49.8%-
XYZ10.56.0520.69-
YUV69.06160.7154.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.97%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 127 (50% from 255) = 46.69%
R=38.97%
G=14.34%
B=46.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106391270.170.6900.50285.6853.0132.55
Hex6A277F114503211e3521
Octal15247177211050624366541
Binary110101010011111111111000110001010110010100011110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,39,127); }

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

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

 a { background-color: rgb(106,39,127); }

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

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

 span { border-color: rgb(106,39,127); }

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