#6B1884

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

Shades of Seance #6B1884

Tints of Seance #6B1884

Color information

#6B1884 (or 0x6B1884) is unknown color: approx Seance. HEX triplet: 6B, 18 and 84. RGB value is (107,24,132). Sum of RGB (Red+Green+Blue) = 107+24+132=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B1884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1884 is #94E77B. Grayscale: #3C3C3C. Windows color (decimal): -9758588 or 8657003. OLE color: 8657003.

HSL color Cylindrical-coordinate representation of color #6B1884: hue angle of 286.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1884 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10724132-
CMYK0.190.8200.48
HSL286.11º69.23%30.59%-
HSV(B)286.11º81.82%51.76%-
XYZ10.555.4522.32-
YUV61.13168160.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.68%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=40.68%
G=9.13%
B=50.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107241320.190.8200.48286.1169.2330.59
Hex6B1884135203011e451f
Octal153302042312206043610537
Binary110101111000100001001001110100100110000100011110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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