Html Css Color HEX #6C214E Pompadour

📋 copy color: '#6C214E'

red 108 ◦ green 33 ◦ blue 78

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

Shades of Pompadour #6C214E

Tints of Pompadour #6C214E

RGB

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

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

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

R = 49.32%
G = 15.07%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6C214E (or 0x6C214E) is known color: Pompadour. HEX triplet: 6C, 21 and 4E. RGB value is (108,33,78). Sum of RGB (Red+Green+Blue) = 108+33+78=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C214E is #93DEB1. Grayscale: #3C3C3C. Windows color (decimal): -9690802 or 5120364. OLE color: 5120364.

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

Color convert

RGB 108 33 78 -
CMYK 0 0.69 0.28 0.58
HSL 324º 0.53% 0.28% -
HSV(B) 324º 0.69% 0.42% -
XYZ 8.1 4.83 7.71 -
YUV 60.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 108 33 78 0 0.69 0.28 0.58 324 0.53 0.28
Hex 6C 21 4E 0 45 1C 3A 144 35 1C
Octal 154 41 116 0 105 34 72 504 65 34
Binary 1101100 100001 1001110 0 1000101 11100 111010 101000100 110101 11100

Color Harmonies of #6C214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C214E

Black with #6C214E

Text Example


Text Example

White with #6C214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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