#6B3369

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

Shades of Seance #6B3369

Tints of Seance #6B3369

Color information

#6B3369 (or 0x6B3369) is unknown color: approx Seance. HEX triplet: 6B, 33 and 69. RGB value is (107,51,105). Sum of RGB (Red+Green+Blue) = 107+51+105=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3369 is #94CC96. Grayscale: #494949. Windows color (decimal): -9751703 or 6894443. OLE color: 6894443.

HSL color Cylindrical-coordinate representation of color #6B3369: hue angle of 302.14º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B3369 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10751105-
CMYK00.520.020.58
HSL302.14º35.44%30.98%-
HSV(B)302.14º52.34%41.96%-
XYZ9.86.5114.11-
YUV73.9145.55151.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.68%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=40.68%
G=19.39%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1075110500.520.020.58302.1435.4430.98
Hex6B336903423A12e231f
Octal153631510642724564337
Binary1101011110011110100101101001011101010010111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,51,105); }

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

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

 a { background-color: rgb(107,51,105); }

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

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

 span { border-color: rgb(107,51,105); }

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