#6B1870

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

Shades of Seance #6B1870

Tints of Seance #6B1870

Color information

#6B1870 (or 0x6B1870) is unknown color: approx Seance. HEX triplet: 6B, 18 and 70. RGB value is (107,24,112). Sum of RGB (Red+Green+Blue) = 107+24+112=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B1870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1870 is #94E78F. Grayscale: #3A3A3A. Windows color (decimal): -9758608 or 7346283. OLE color: 7346283.

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

Color convert

RGB10724112-
CMYK0.040.7900.56
HSL296.59º64.71%26.67%-
HSV(B)296.59º78.57%43.92%-
XYZ9.314.9515.79-
YUV58.85158162.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.03%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=44.03%
G=9.88%
B=46.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107241120.040.7900.56296.5964.7126.67
Hex6B187044F038129411b
Octal15330160411707045110133
Binary110101111000111000010010011110111000100101001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,24,112); }

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

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

 a { background-color: rgb(107,24,112); }

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

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

 span { border-color: rgb(107,24,112); }

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