#6A1885

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

Shades of Seance #6A1885

Tints of Seance #6A1885

Color information

#6A1885 (or 0x6A1885) is unknown color: approx Seance. HEX triplet: 6A, 18 and 85. RGB value is (106,24,133). Sum of RGB (Red+Green+Blue) = 106+24+133=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A1885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1885 is #95E77A. Grayscale: #3C3C3C. Windows color (decimal): -9824123 or 8722538. OLE color: 8722538.

HSL color Cylindrical-coordinate representation of color #6A1885: hue angle of 285.14º 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 #6A1885 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10624133-
CMYK0.200.8200.48
HSL285.14º69.43%30.78%-
HSV(B)285.14º81.95%52.16%-
XYZ10.55.4122.68-
YUV60.94168.67160.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.30%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=40.30%
G=9.13%
B=50.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106241330.200.8200.48285.1469.4330.78
Hex6A1885145203011d451f
Octal152302052412206043510537
Binary110101011000100001011010010100100110000100011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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