Html Css Color HEX #6C204E Pompadour

📋 copy color: '#6C204E'

red 108 ◦ green 32 ◦ blue 78

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

Shades of Pompadour #6C204E

Tints of Pompadour #6C204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 78 (30.86% from 255) = 35.78%

R = 49.54%
G = 14.68%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6C204E (or 0x6C204E) is known color: Pompadour. HEX triplet: 6C, 20 and 4E. RGB value is (108,32,78). Sum of RGB (Red+Green+Blue) = 108+32+78=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C204E is #93DFB1. Grayscale: #3B3B3B. Windows color (decimal): -9691058 or 5120108. OLE color: 5120108.

HSL color Cylindrical-coordinate representation of color #6C204E: hue angle of 323.68º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C204E is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 32 78 -
CMYK 0 0.70 0.28 0.58
HSL 323.68º 0.54% 0.27% -
HSV(B) 323.68º 0.7% 0.42% -
XYZ 8.08 4.77 7.7 -
YUV 59.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 108 32 78 0 0.70 0.28 0.58 323.68 0.54 0.27
Hex 6C 20 4E 0 46 1C 3A 144 36 1B
Octal 154 40 116 0 106 34 72 504 66 33
Binary 1101100 100000 1001110 0 1000110 11100 111010 101000100 110110 11011

Color Harmonies of #6C204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C204E

Black with #6C204E

Text Example


Text Example

White with #6C204E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,32,78); }

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

background-color css

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

 a { background-color: rgb(108,32,78); }

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

border-color css

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

 span { border-color: rgb(108,32,78); }

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