#6C206B

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

Shades of Palatinate Purple #6C206B

Tints of Palatinate Purple #6C206B

Color information

#6C206B (or 0x6C206B) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 20 and 6B. RGB value is (108,32,107). Sum of RGB (Red+Green+Blue) = 108+32+107=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 108 - color contains mainly: red. Hex color #6C206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C206B is #93DF94. Grayscale: #3F3F3F. Windows color (decimal): -9691029 or 7020652. OLE color: 7020652.

HSL color Cylindrical-coordinate representation of color #6C206B: hue angle of 300.79º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C206B is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB10832107-
CMYK00.700.010.58
HSL300.79º54.29%27.45%-
HSV(B)300.79º70.37%42.35%-
XYZ9.355.2814.44-
YUV63.27152.68159.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.72%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=43.72%
G=12.96%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1083210700.700.010.58300.7954.2927.45
Hex6C206B04613A12d361b
Octal1544015301061724556633
Binary1101100100000110101101000110111101010010110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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