#6C4167

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

Shades of Seance #6C4167

Tints of Seance #6C4167

Color information

#6C4167 (or 0x6C4167) is unknown color: approx Seance. HEX triplet: 6C, 41 and 67. RGB value is (108,65,103). Sum of RGB (Red+Green+Blue) = 108+65+103=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4167 is #93BE98. Grayscale: #525252. Windows color (decimal): -9682585 or 6766956. OLE color: 6766956.

HSL color Cylindrical-coordinate representation of color #6C4167: hue angle of 306.98º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C4167 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB10865103-
CMYK00.400.050.58
HSL306.98º24.86%33.92%-
HSV(B)306.98º39.81%42.35%-
XYZ10.527.9513.81-
YUV82.19139.75146.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.13%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=39.13%
G=23.55%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1086510300.400.050.58306.9824.8633.92
Hex6C416702853A1331922
Octal1541011470505724633142
Binary110110010000011100111010100010111101010011001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,65,103); }

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

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

 a { background-color: rgb(108,65,103); }

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

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

 span { border-color: rgb(108,65,103); }

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