#6B1D86

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

Shades of Seance #6B1D86

Tints of Seance #6B1D86

Color information

#6B1D86 (or 0x6B1D86) is unknown color: approx Seance. HEX triplet: 6B, 1D and 86. RGB value is (107,29,134). Sum of RGB (Red+Green+Blue) = 107+29+134=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B1D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1D86 is #94E279. Grayscale: #3F3F3F. Windows color (decimal): -9757306 or 8789355. OLE color: 8789355.

HSL color Cylindrical-coordinate representation of color #6B1D86: hue angle of 284.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B1D86 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10729134-
CMYK0.200.7800.47
HSL284.57º64.42%31.96%-
HSV(B)284.57º78.36%52.55%-
XYZ10.815.7323.09-
YUV64.29167.34158.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 29 (11.72% from 255) = 10.74%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=39.63%
G=10.74%
B=49.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107291340.200.7800.47284.5764.4231.96
Hex6B1D86144E02F11d4020
Octal153352062411605743510040
Binary1101011111011000011010100100111001011111000111011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,29,134); }

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

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

 a { background-color: rgb(107,29,134); }

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

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

 span { border-color: rgb(107,29,134); }

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