#69287d

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

Shades of Seance #69287D

Tints of Seance #69287D

Color information

#69287D (or 0x69287D) is unknown color: approx Seance. HEX triplet: 69, 28 and 7D. RGB value is (105,40,125). Sum of RGB (Red+Green+Blue) = 105+40+125=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #69287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69287D is #96D782. Grayscale: #444444. Windows color (decimal): -9885571 or 8202345. OLE color: 8202345.

HSL color Cylindrical-coordinate representation of color #69287D: hue angle of 285.88º 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 #69287D is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10540125-
CMYK0.160.6800.51
HSL285.88º51.52%32.35%-
HSV(B)285.88º68%49.02%-
XYZ10.29620.02-
YUV69.12159.53153.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=38.89%
G=14.81%
B=46.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105401250.160.6800.51285.8851.5232.35
Hex69287D104403311e3420
Octal15150175201040634366440
Binary110100110100011111011000010001000110011100011110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69287d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69287d; }

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

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

<style>
 a { background-color: #69287d; }

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

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

<style>
 span { border-color: #69287d; }

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

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