#6F2378

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

Shades of Seance #6F2378

Tints of Seance #6F2378

Color information

#6F2378 (or 0x6F2378) is unknown color: approx Seance. HEX triplet: 6F, 23 and 78. RGB value is (111,35,120). Sum of RGB (Red+Green+Blue) = 111+35+120=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F2378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2378 is #90DC87. Grayscale: #434343. Windows color (decimal): -9493640 or 7873391. OLE color: 7873391.

HSL color Cylindrical-coordinate representation of color #6F2378: hue angle of 293.65º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2378 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11135120-
CMYK0.080.7100.53
HSL293.65º54.84%30.39%-
HSV(B)293.65º70.83%47.06%-
XYZ10.555.9418.36-
YUV67.41157.68159.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=41.73%
G=13.16%
B=45.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111351200.080.7100.53293.6554.8430.39
Hex6F2378847035126371e
Octal15743170101070654466736
Binary1101111100011111100010001000111011010110010011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,35,120); }

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

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

 a { background-color: rgb(111,35,120); }

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

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

 span { border-color: rgb(111,35,120); }

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