#6C1B4A

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

Shades of Pompadour #6C1B4A

Tints of Pompadour #6C1B4A

Color information

#6C1B4A (or 0x6C1B4A) is unknown color: approx Pompadour. HEX triplet: 6C, 1B and 4A. RGB value is (108,27,74). Sum of RGB (Red+Green+Blue) = 108+27+74=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1B4A is #93E4B5. Grayscale: #383838. Windows color (decimal): -9692342 or 4856684. OLE color: 4856684.

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

Color convert

RGB1082774-
CMYK00.750.310.58
HSL325.19º60%26.47%-
HSV(B)325.19º75%42.35%-
XYZ7.814.476.93-
YUV56.58137.84164.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.67%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=51.67%
G=12.92%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108277400.750.310.58325.196026.47
Hex6C1B4A04B1F3A1453c1a
Octal15433112011337725057432
Binary1101100110111001010010010111111111101010100010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,27,74); }

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

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

 a { background-color: rgb(108,27,74); }

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

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

 span { border-color: rgb(108,27,74); }

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