Html Css Color HEX #6C154A Pompadour

📋 copy color: '#6C154A'

red 108 ◦ green 21 ◦ blue 74

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

Shades of Pompadour #6C154A

Tints of Pompadour #6C154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 74 (29.3% from 255) = 36.45%

R = 53.2%
G = 10.34%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C154A (or 0x6C154A) is known color: Pompadour. HEX triplet: 6C, 15 and 4A. RGB value is (108,21,74). Sum of RGB (Red+Green+Blue) = 108+21+74=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C154A is #93EAB5. Grayscale: #343434. Windows color (decimal): -9693878 or 4855148. OLE color: 4855148.

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

Color convert

RGB 108 21 74 -
CMYK 0 0.81 0.31 0.58
HSL 323.45º 0.67% 0.25% -
HSV(B) 323.45º 0.81% 0.42% -
XYZ 7.69 4.22 6.89 -
YUV 53.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 108 21 74 0 0.81 0.31 0.58 323.45 0.67 0.25
Hex 6C 15 4A 0 51 1F 3A 143 43 19
Octal 154 25 112 0 121 37 72 503 103 31
Binary 1101100 10101 1001010 0 1010001 11111 111010 101000011 1000011 11001

Color Harmonies of #6C154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C154A

Black with #6C154A

Text Example


Text Example

White with #6C154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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