#6F2575

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

Shades of Seance #6F2575

Tints of Seance #6F2575

Color information

#6F2575 (or 0x6F2575) is unknown color: approx Seance. HEX triplet: 6F, 25 and 75. RGB value is (111,37,117). Sum of RGB (Red+Green+Blue) = 111+37+117=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F2575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2575 is #90DA8A. Grayscale: #444444. Windows color (decimal): -9493131 or 7677295. OLE color: 7677295.

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

Color convert

RGB11137117-
CMYK0.050.6800.54
HSL295.5º51.95%30.2%-
HSV(B)295.5º68.38%45.88%-
XYZ10.435.9917.44-
YUV68.25155.52158.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.89%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=41.89%
G=13.96%
B=44.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111371170.050.6800.54295.551.9530.2
Hex6F2575544036128341e
Octal1574516551040664506436
Binary110111110010111101011011000100011011010010100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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