#6C1F70

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

Shades of Seance #6C1F70

Tints of Seance #6C1F70

Color information

#6C1F70 (or 0x6C1F70) is unknown color: approx Seance. HEX triplet: 6C, 1F and 70. RGB value is (108,31,112). Sum of RGB (Red+Green+Blue) = 108+31+112=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C1F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1F70 is #93E08F. Grayscale: #3F3F3F. Windows color (decimal): -9691280 or 7348076. OLE color: 7348076.

HSL color Cylindrical-coordinate representation of color #6C1F70: hue angle of 297.04º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C1F70 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10831112-
CMYK0.040.7200.56
HSL297.04º56.64%28.04%-
HSV(B)297.04º72.32%43.92%-
XYZ9.65.3415.85-
YUV63.26155.51159.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.03%
GREEN value IS 31 (12.5% from 255) = 12.35%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=43.03%
G=12.35%
B=44.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108311120.040.7200.56297.0456.6428.04
Hex6C1F70448038129391c
Octal1543716041100704517134
Binary11011001111111100001001001000011100010010100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,31,112); }

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

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

 a { background-color: rgb(108,31,112); }

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

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

 span { border-color: rgb(108,31,112); }

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