#6A1876

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

Shades of Seance #6A1876

Tints of Seance #6A1876

Color information

#6A1876 (or 0x6A1876) is unknown color: approx Seance. HEX triplet: 6A, 18 and 76. RGB value is (106,24,118). Sum of RGB (Red+Green+Blue) = 106+24+118=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A1876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1876 is #95E789. Grayscale: #3A3A3A. Windows color (decimal): -9824138 or 7739498. OLE color: 7739498.

HSL color Cylindrical-coordinate representation of color #6A1876: hue angle of 292.34º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1876 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10624118-
CMYK0.100.8000.54
HSL292.34º66.2%27.84%-
HSV(B)292.34º79.66%46.27%-
XYZ9.545.0317.61-
YUV59.23161.17161.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=42.74%
G=9.68%
B=47.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106241180.100.8000.54292.3466.227.84
Hex6A1876A50036124421c
Octal152301661212006644410234
Binary1101010110001110110101010100000110110100100100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,118); }

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

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

 a { background-color: rgb(106,24,118); }

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

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

 span { border-color: rgb(106,24,118); }

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