#6C114B

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

Shades of Pompadour #6C114B

Tints of Pompadour #6C114B

Color information

#6C114B (or 0x6C114B) is unknown color: approx Pompadour. HEX triplet: 6C, 11 and 4B. RGB value is (108,17,75). Sum of RGB (Red+Green+Blue) = 108+17+75=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C114B is #93EEB4. Grayscale: #323232. Windows color (decimal): -9694901 or 4919660. OLE color: 4919660.

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

Color convert

RGB1081775-
CMYK00.840.310.58
HSL321.76º72.8%24.51%-
HSV(B)321.76º84.26%42.35%-
XYZ7.654.17.04-
YUV50.82141.65168.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=54%
G=8.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108177500.840.310.58321.7672.824.51
Hex6C114B0541F3A1424919
Octal154211130124377250211131
Binary11011001000110010110101010011111111010101000010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,17,75); }

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

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

 a { background-color: rgb(108,17,75); }

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

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

 span { border-color: rgb(108,17,75); }

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