#6A287D

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

Shades of Seance #6A287D

Tints of Seance #6A287D

Color information

#6A287D (or 0x6A287D) is unknown color: approx Seance. HEX triplet: 6A, 28 and 7D. RGB value is (106,40,125). Sum of RGB (Red+Green+Blue) = 106+40+125=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A287D is #95D782. Grayscale: #454545. Windows color (decimal): -9820035 or 8202346. OLE color: 8202346.

HSL color Cylindrical-coordinate representation of color #6A287D: hue angle of 286.59º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A287D is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10640125-
CMYK0.150.6800.51
HSL286.59º51.52%32.35%-
HSV(B)286.59º68%49.02%-
XYZ10.46.0620.02-
YUV69.42159.37154.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.11%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=39.11%
G=14.76%
B=46.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106401250.150.6800.51286.5951.5232.35
Hex6A287DF4403311f3420
Octal15250175171040634376440
Binary11010101010001111101111110001000110011100011111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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