#6B1885

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

Shades of Seance #6B1885

Tints of Seance #6B1885

Color information

#6B1885 (or 0x6B1885) is unknown color: approx Seance. HEX triplet: 6B, 18 and 85. RGB value is (107,24,133). Sum of RGB (Red+Green+Blue) = 107+24+133=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B1885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1885 is #94E77A. Grayscale: #3C3C3C. Windows color (decimal): -9758587 or 8722539. OLE color: 8722539.

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

Color convert

RGB10724133-
CMYK0.200.8200.48
HSL285.69º69.43%30.78%-
HSV(B)285.69º81.95%52.16%-
XYZ10.625.4722.69-
YUV61.24168.5160.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.53%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 133 (52.34% from 255) = 50.38%
R=40.53%
G=9.09%
B=50.38%

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
Decimal107241330.200.8200.48285.6969.4330.78
Hex6B1885145203011e451f
Octal153302052412206043610537
Binary110101111000100001011010010100100110000100011110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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