#6A396E

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

Shades of Seance #6A396E

Tints of Seance #6A396E

Color information

#6A396E (or 0x6A396E) is unknown color: approx Seance. HEX triplet: 6A, 39 and 6E. RGB value is (106,57,110). Sum of RGB (Red+Green+Blue) = 106+57+110=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A396E is #95C691. Grayscale: #4D4D4D. Windows color (decimal): -9815698 or 7223658. OLE color: 7223658.

HSL color Cylindrical-coordinate representation of color #6A396E: hue angle of 295.47º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A396E is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10657110-
CMYK0.040.4800.57
HSL295.47º31.74%32.75%-
HSV(B)295.47º48.18%43.14%-
XYZ10.227.1215.59-
YUV77.69146.23148.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=38.83%
G=20.88%
B=40.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106571100.040.4800.57295.4731.7432.75
Hex6A396E4300391272021
Octal152711564600714474041
Binary110101011100111011101001100000111001100100111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,57,110); }

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

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

 a { background-color: rgb(106,57,110); }

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

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

 span { border-color: rgb(106,57,110); }

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