Html Css Color HEX #6C154D Pompadour

📋 copy color: '#6C154D'

red 108 ◦ green 21 ◦ blue 77

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

Shades of Pompadour #6C154D

Tints of Pompadour #6C154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 52.43%
G = 10.19%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6C154D (or 0x6C154D) is known color: Pompadour. HEX triplet: 6C, 15 and 4D. RGB value is (108,21,77). Sum of RGB (Red+Green+Blue) = 108+21+77=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C154D is #93EAB2. Grayscale: #353535. Windows color (decimal): -9693875 or 5051756. OLE color: 5051756.

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

Color convert

RGB 108 21 77 -
CMYK 0 0.81 0.29 0.58
HSL 321.38º 0.67% 0.25% -
HSV(B) 321.38º 0.81% 0.42% -
XYZ 7.79 4.26 7.43 -
YUV 53.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 108 21 77 0 0.81 0.29 0.58 321.38 0.67 0.25
Hex 6C 15 4D 0 51 1D 3A 141 43 19
Octal 154 25 115 0 121 35 72 501 103 31
Binary 1101100 10101 1001101 0 1010001 11101 111010 101000001 1000011 11001

Color Harmonies of #6C154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C154D

Black with #6C154D

Text Example


Text Example

White with #6C154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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