#6F376A

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

Shades of Seance #6F376A

Tints of Seance #6F376A

Color information

#6F376A (or 0x6F376A) is unknown color: approx Seance. HEX triplet: 6F, 37 and 6A. RGB value is (111,55,106). Sum of RGB (Red+Green+Blue) = 111+55+106=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F376A is #90C895. Grayscale: #4D4D4D. Windows color (decimal): -9488534 or 6961007. OLE color: 6961007.

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

Color convert

RGB11155106-
CMYK00.500.050.56
HSL305.36º33.73%32.55%-
HSV(B)305.36º50.45%43.53%-
XYZ10.527.1514.46-
YUV77.56144.05151.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.81%
GREEN value IS 55 (21.88% from 255) = 20.22%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=40.81%
G=20.22%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115510600.500.050.56305.3633.7332.55
Hex6F376A0325381312221
Octal157671520625704614241
Binary110111111011111010100110010101111000100110001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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