#6D167A

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

Shades of Seance #6D167A

Tints of Seance #6D167A

Color information

#6D167A (or 0x6D167A) is unknown color: approx Seance. HEX triplet: 6D, 16 and 7A. RGB value is (109,22,122). Sum of RGB (Red+Green+Blue) = 109+22+122=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #6D167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D167A is #92E985. Grayscale: #3B3B3B. Windows color (decimal): -9628038 or 8001133. OLE color: 8001133.

HSL color Cylindrical-coordinate representation of color #6D167A: hue angle of 292.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D167A is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10922122-
CMYK0.110.8200.52
HSL292.2º69.44%28.24%-
HSV(B)292.2º81.97%47.84%-
XYZ10.115.2318.89-
YUV59.41163.32163.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.08%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=43.08%
G=8.70%
B=48.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal109221220.110.8200.52292.269.4428.24
Hex6D167AB52034124451c
Octal155261721312206444410534
Binary1101101101101111010101110100100110100100100100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,22,122); }

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

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

 a { background-color: rgb(109,22,122); }

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

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

 span { border-color: rgb(109,22,122); }

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