#6F2375

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

Shades of Seance #6F2375

Tints of Seance #6F2375

Color information

#6F2375 (or 0x6F2375) is unknown color: approx Seance. HEX triplet: 6F, 23 and 75. RGB value is (111,35,117). Sum of RGB (Red+Green+Blue) = 111+35+117=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F2375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2375 is #90DC8A. Grayscale: #424242. Windows color (decimal): -9493643 or 7676783. OLE color: 7676783.

HSL color Cylindrical-coordinate representation of color #6F2375: hue angle of 295.61º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2375 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11135117-
CMYK0.050.7000.54
HSL295.61º53.95%29.8%-
HSV(B)295.61º70.09%45.88%-
XYZ10.375.8717.42-
YUV67.07156.18159.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=42.21%
G=13.31%
B=44.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111351170.050.7000.54295.6153.9529.8
Hex6F2375546036128361e
Octal1574316551060664506636
Binary110111110001111101011011000110011011010010100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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