#6B2084

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

Shades of Seance #6B2084

Tints of Seance #6B2084

Color information

#6B2084 (or 0x6B2084) is unknown color: approx Seance. HEX triplet: 6B, 20 and 84. RGB value is (107,32,132). Sum of RGB (Red+Green+Blue) = 107+32+132=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B2084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2084 is #94DF7B. Grayscale: #414141. Windows color (decimal): -9756540 or 8659051. OLE color: 8659051.

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

Color convert

RGB10732132-
CMYK0.190.7600.48
HSL285º60.98%32.16%-
HSV(B)285º75.76%51.76%-
XYZ10.745.8222.39-
YUV65.82165.35157.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.48%
GREEN value IS 32 (12.89% from 255) = 11.81%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=39.48%
G=11.81%
B=48.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107321320.190.7600.4828560.9832.16
Hex6B2084134C03011d3d20
Octal15340204231140604357540
Binary1101011100000100001001001110011000110000100011101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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