Html Css Color HEX #6C294B Pompadour

📋 copy color: '#6C294B'

red 108 ◦ green 41 ◦ blue 75

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

Shades of Pompadour #6C294B

Tints of Pompadour #6C294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 75 (29.69% from 255) = 33.48%

R = 48.21%
G = 18.3%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C294B (or 0x6C294B) is known color: Pompadour. HEX triplet: 6C, 29 and 4B. RGB value is (108,41,75). Sum of RGB (Red+Green+Blue) = 108+41+75=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C294B is #93D6B4. Grayscale: #404040. Windows color (decimal): -9688757 or 4925804. OLE color: 4925804.

HSL color Cylindrical-coordinate representation of color #6C294B: hue angle of 329.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C294B is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 41 75 -
CMYK 0 0.62 0.31 0.58
HSL 329.55º 0.45% 0.29% -
HSV(B) 329.55º 0.62% 0.42% -
XYZ 8.25 5.28 7.24 -
YUV 64.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 108 41 75 0 0.62 0.31 0.58 329.55 0.45 0.29
Hex 6C 29 4B 0 3E 1F 3A 14A 2D 1D
Octal 154 51 113 0 76 37 72 512 55 35
Binary 1101100 101001 1001011 0 111110 11111 111010 101001010 101101 11101

Color Harmonies of #6C294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C294B

Black with #6C294B

Text Example


Text Example

White with #6C294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,75); }

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

background-color css

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

 a { background-color: rgb(108,41,75); }

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

border-color css

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

 span { border-color: rgb(108,41,75); }

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