Html Css Color HEX #6C1649 Pompadour

📋 copy color: '#6C1649'

red 108 ◦ green 22 ◦ blue 73

#6C1649
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #6C1649

Tints of Pompadour #6C1649

RGB

 RED value IS 108 (42.58% from 255) = 53.2%

 GREEN value IS 22 (8.98% from 255) = 10.84%

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 53.2%
G = 10.84%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C1649 (or 0x6C1649) is known color: Pompadour. HEX triplet: 6C, 16 and 49. RGB value is (108,22,73). Sum of RGB (Red+Green+Blue) = 108+22+73=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1649 is #93E9B6. Grayscale: #353535. Windows color (decimal): -9693623 or 4789868. OLE color: 4789868.

HSL color Cylindrical-coordinate representation of color #6C1649: hue angle of 324.42º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C1649 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 22 73 -
CMYK 0 0.80 0.32 0.58
HSL 324.42º 0.66% 0.25% -
HSV(B) 324.42º 0.8% 0.42% -
XYZ 7.67 4.24 6.72 -
YUV 53.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 108 22 73 0 0.80 0.32 0.58 324.42 0.66 0.25
Hex 6C 16 49 0 50 20 3A 144 42 19
Octal 154 26 111 0 120 40 72 504 102 31
Binary 1101100 10110 1001001 0 1010000 100000 111010 101000100 1000010 11001

Color Harmonies of #6C1649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1649

Black with #6C1649

Text Example


Text Example

White with #6C1649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,22,73); }

 H1.HeaderClassName
 {
   color: #6C1649;
 }
 .AnyTagClassName
 {
   color: #6C1649;
 }
</style>

background-color css

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

 a { background-color: rgb(108,22,73); }

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

border-color css

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

 span { border-color: rgb(108,22,73); }

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