Html Css Color HEX #6C1140 Pompadour

📋 copy color: '#6C1140'

red 108 ◦ green 17 ◦ blue 64

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

Shades of Pompadour #6C1140

Tints of Pompadour #6C1140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.86%

R = 57.14%
G = 8.99%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6C1140 (or 0x6C1140) is known color: Pompadour. HEX triplet: 6C, 11 and 40. RGB value is (108,17,64). Sum of RGB (Red+Green+Blue) = 108+17+64=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1140 is #93EEBF. Grayscale: #313131. Windows color (decimal): -9694912 or 4198764. OLE color: 4198764.

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

Color convert

RGB 108 17 64 -
CMYK 0 0.84 0.41 0.58
HSL 329.01º 0.73% 0.25% -
HSV(B) 329.01º 0.84% 0.42% -
XYZ 7.31 3.96 5.23 -
YUV 49.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 108 17 64 0 0.84 0.41 0.58 329.01 0.73 0.25
Hex 6C 11 40 0 54 29 3A 149 49 19
Octal 154 21 100 0 124 51 72 511 111 31
Binary 1101100 10001 1000000 0 1010100 101001 111010 101001001 1001001 11001

Color Harmonies of #6C1140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1140

Black with #6C1140

Text Example


Text Example

White with #6C1140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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