#6B346C

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

Shades of Seance #6B346C

Tints of Seance #6B346C

Color information

#6B346C (or 0x6B346C) is unknown color: approx Seance. HEX triplet: 6B, 34 and 6C. RGB value is (107,52,108). Sum of RGB (Red+Green+Blue) = 107+52+108=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B346C is #94CB93. Grayscale: #4A4A4A. Windows color (decimal): -9751444 or 7091307. OLE color: 7091307.

HSL color Cylindrical-coordinate representation of color #6B346C: hue angle of 298.93º 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 #6B346C is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10752108-
CMYK0.010.5200.58
HSL298.93º35%31.37%-
HSV(B)298.93º51.85%42.35%-
XYZ106.6614.95-
YUV74.83146.72150.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=40.07%
G=19.48%
B=40.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107521080.010.5200.58298.933531.37
Hex6B346C13403A12b231f
Octal153641541640724534337
Binary110101111010011011001110100011101010010101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,108); }

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

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

 a { background-color: rgb(107,52,108); }

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

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

 span { border-color: rgb(107,52,108); }

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