Html Css Color HEX #6C2151 Pompadour

📋 copy color: '#6C2151'

red 108 ◦ green 33 ◦ blue 81

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

Shades of Pompadour #6C2151

Tints of Pompadour #6C2151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

 BLUE value IS 81 (32.03% from 255) = 36.49%

R = 48.65%
G = 14.86%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6C2151 (or 0x6C2151) is known color: Pompadour. HEX triplet: 6C, 21 and 51. RGB value is (108,33,81). Sum of RGB (Red+Green+Blue) = 108+33+81=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2151 is #93DEAE. Grayscale: #3C3C3C. Windows color (decimal): -9690799 or 5316972. OLE color: 5316972.

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

Color convert

RGB 108 33 81 -
CMYK 0 0.69 0.25 0.58
HSL 321.6º 0.53% 0.28% -
HSV(B) 321.6º 0.69% 0.42% -
XYZ 8.21 4.87 8.29 -
YUV 60.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 108 33 81 0 0.69 0.25 0.58 321.6 0.53 0.28
Hex 6C 21 51 0 45 19 3A 142 35 1C
Octal 154 41 121 0 105 31 72 502 65 34
Binary 1101100 100001 1010001 0 1000101 11001 111010 101000010 110101 11100

Color Harmonies of #6C2151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2151

Black with #6C2151

Text Example


Text Example

White with #6C2151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,33,81); }

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

background-color css

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

 a { background-color: rgb(108,33,81); }

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

border-color css

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

 span { border-color: rgb(108,33,81); }

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