Html Css Color HEX #6C214F Pompadour

📋 copy color: '#6C214F'

red 108 ◦ green 33 ◦ blue 79

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

Shades of Pompadour #6C214F

Tints of Pompadour #6C214F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 49.09%
G = 15%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C214F (or 0x6C214F) is known color: Pompadour. HEX triplet: 6C, 21 and 4F. RGB value is (108,33,79). Sum of RGB (Red+Green+Blue) = 108+33+79=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C214F is #93DEB0. Grayscale: #3C3C3C. Windows color (decimal): -9690801 or 5185900. OLE color: 5185900.

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

Color convert

RGB 108 33 79 -
CMYK 0 0.69 0.27 0.58
HSL 323.2º 0.53% 0.28% -
HSV(B) 323.2º 0.69% 0.42% -
XYZ 8.14 4.84 7.9 -
YUV 60.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 108 33 79 0 0.69 0.27 0.58 323.2 0.53 0.28
Hex 6C 21 4F 0 45 1B 3A 143 35 1C
Octal 154 41 117 0 105 33 72 503 65 34
Binary 1101100 100001 1001111 0 1000101 11011 111010 101000011 110101 11100

Color Harmonies of #6C214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C214F

Black with #6C214F

Text Example


Text Example

White with #6C214F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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