#6F396A

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

Shades of Seance #6F396A

Tints of Seance #6F396A

Color information

#6F396A (or 0x6F396A) is unknown color: approx Seance. HEX triplet: 6F, 39 and 6A. RGB value is (111,57,106). Sum of RGB (Red+Green+Blue) = 111+57+106=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F396A is #90C695. Grayscale: #4E4E4E. Windows color (decimal): -9488022 or 6961519. OLE color: 6961519.

HSL color Cylindrical-coordinate representation of color #6F396A: hue angle of 305.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F396A is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11157106-
CMYK00.490.050.56
HSL305.56º32.14%32.94%-
HSV(B)305.56º48.65%43.53%-
XYZ10.627.3514.49-
YUV78.73143.39151.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=40.51%
G=20.80%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115710600.490.050.56305.5632.1432.94
Hex6F396A0315381322021
Octal157711520615704624041
Binary110111111100111010100110001101111000100110010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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