#6F356A

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

Shades of Seance #6F356A

Tints of Seance #6F356A

Color information

#6F356A (or 0x6F356A) is unknown color: approx Seance. HEX triplet: 6F, 35 and 6A. RGB value is (111,53,106). Sum of RGB (Red+Green+Blue) = 111+53+106=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F356A is #90CA95. Grayscale: #4C4C4C. Windows color (decimal): -9489046 or 6960495. OLE color: 6960495.

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

Color convert

RGB11153106-
CMYK00.520.050.56
HSL305.17º35.37%32.16%-
HSV(B)305.17º52.25%43.53%-
XYZ10.436.9714.43-
YUV76.38144.72152.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.11%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=41.11%
G=19.63%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115310600.520.050.56305.1735.3732.16
Hex6F356A0345381312320
Octal157651520645704614340
Binary110111111010111010100110100101111000100110001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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