#6b1c83

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

Shades of Seance #6B1C83

Tints of Seance #6B1C83

Color information

#6B1C83 (or 0x6B1C83) is unknown color: approx Seance. HEX triplet: 6B, 1C and 83. RGB value is (107,28,131). Sum of RGB (Red+Green+Blue) = 107+28+131=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B1C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1C83 is #94E37C. Grayscale: #3F3F3F. Windows color (decimal): -9757565 or 8592491. OLE color: 8592491.

HSL color Cylindrical-coordinate representation of color #6B1C83: hue angle of 286.02º degrees, saturation: 0.65, 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 #6B1C83 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10728131-
CMYK0.180.7900.49
HSL286.02º64.78%31.18%-
HSV(B)286.02º78.63%51.37%-
XYZ10.585.622-
YUV63.36166.17159.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.23%
GREEN value IS 28 (11.33% from 255) = 10.53%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=40.23%
G=10.53%
B=49.25%

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
Decimal107281310.180.7900.49286.0264.7831.18
Hex6B1C83124F03111e411f
Octal153342032211706143610137
Binary110101111100100000111001010011110110001100011110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b1c83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,28,131); }

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

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

 a { background-color: rgb(107,28,131); }

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

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

 span { border-color: rgb(107,28,131); }

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