#6A1B82

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

Shades of Seance #6A1B82

Tints of Seance #6A1B82

Color information

#6A1B82 (or 0x6A1B82) is unknown color: approx Seance. HEX triplet: 6A, 1B and 82. RGB value is (106,27,130). Sum of RGB (Red+Green+Blue) = 106+27+130=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A1B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1B82 is #95E47D. Grayscale: #3E3E3E. Windows color (decimal): -9823358 or 8526698. OLE color: 8526698.

HSL color Cylindrical-coordinate representation of color #6A1B82: hue angle of 286.02º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A1B82 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10627130-
CMYK0.180.7900.49
HSL286.02º65.61%30.78%-
HSV(B)286.02º79.23%50.98%-
XYZ10.375.4621.63-
YUV62.36166.17159.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.30%
GREEN value IS 27 (10.94% from 255) = 10.27%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=40.30%
G=10.27%
B=49.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106271300.180.7900.49286.0265.6130.78
Hex6A1B82124F03111e421f
Octal152332022211706143610237
Binary110101011011100000101001010011110110001100011110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,27,130); }

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

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

 a { background-color: rgb(106,27,130); }

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

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

 span { border-color: rgb(106,27,130); }

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