Html Css Color HEX #6C1148 Pompadour

📋 copy color: '#6C1148'

red 108 ◦ green 17 ◦ blue 72

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

Shades of Pompadour #6C1148

Tints of Pompadour #6C1148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

 BLUE value IS 72 (28.52% from 255) = 36.55%

R = 54.82%
G = 8.63%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6C1148 (or 0x6C1148) is known color: Pompadour. HEX triplet: 6C, 11 and 48. RGB value is (108,17,72). Sum of RGB (Red+Green+Blue) = 108+17+72=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1148 is #93EEB7. Grayscale: #323232. Windows color (decimal): -9694904 or 4723052. OLE color: 4723052.

HSL color Cylindrical-coordinate representation of color #6C1148: hue angle of 323.74º 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 #6C1148 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 17 72 -
CMYK 0 0.84 0.33 0.58
HSL 323.74º 0.73% 0.25% -
HSV(B) 323.74º 0.84% 0.42% -
XYZ 7.55 4.06 6.52 -
YUV 50.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 108 17 72 0 0.84 0.33 0.58 323.74 0.73 0.25
Hex 6C 11 48 0 54 21 3A 144 49 19
Octal 154 21 110 0 124 41 72 504 111 31
Binary 1101100 10001 1001000 0 1010100 100001 111010 101000100 1001001 11001

Color Harmonies of #6C1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1148

Black with #6C1148

Text Example


Text Example

White with #6C1148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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