Html Css Color HEX #6C1E48 Pompadour

📋 copy color: '#6C1E48'

red 108 ◦ green 30 ◦ blue 72

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

Shades of Pompadour #6C1E48

Tints of Pompadour #6C1E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.29%

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

R = 51.43%
G = 14.29%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6C1E48 (or 0x6C1E48) is known color: Pompadour. HEX triplet: 6C, 1E and 48. RGB value is (108,30,72). Sum of RGB (Red+Green+Blue) = 108+30+72=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E48 is #93E1B7. Grayscale: #3A3A3A. Windows color (decimal): -9691576 or 4726380. OLE color: 4726380.

HSL color Cylindrical-coordinate representation of color #6C1E48: hue angle of 327.69º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C1E48 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 30 72 -
CMYK 0 0.72 0.33 0.58
HSL 327.69º 0.57% 0.27% -
HSV(B) 327.69º 0.72% 0.42% -
XYZ 7.82 4.58 6.6 -
YUV 58.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 108 30 72 0 0.72 0.33 0.58 327.69 0.57 0.27
Hex 6C 1E 48 0 48 21 3A 148 39 1B
Octal 154 36 110 0 110 41 72 510 71 33
Binary 1101100 11110 1001000 0 1001000 100001 111010 101001000 111001 11011

Color Harmonies of #6C1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1E48

Black with #6C1E48

Text Example


Text Example

White with #6C1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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