#6f197c

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

Shades of Seance #6F197C

Tints of Seance #6F197C

Color information

#6F197C (or 0x6F197C) is unknown color: approx Seance. HEX triplet: 6F, 19 and 7C. RGB value is (111,25,124). Sum of RGB (Red+Green+Blue) = 111+25+124=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F197C is #90E683. Grayscale: #3D3D3D. Windows color (decimal): -9496196 or 8132975. OLE color: 8132975.

HSL color Cylindrical-coordinate representation of color #6F197C: hue angle of 292.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F197C is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11125124-
CMYK0.100.8000.51
HSL292.12º66.44%29.22%-
HSV(B)292.12º79.84%48.63%-
XYZ10.545.5319.58-
YUV62162.99162.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 25 (10.16% from 255) = 9.62%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=42.69%
G=9.62%
B=47.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111251240.100.8000.51292.1266.4429.22
Hex6F197CA50033124421d
Octal157311741212006344410235
Binary1101111110011111100101010100000110011100100100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f197c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,124); }

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

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

 a { background-color: rgb(111,25,124); }

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

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

 span { border-color: rgb(111,25,124); }

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