Html Css Color HEX #6F294B Pompadour

📋 copy color: '#6F294B'

red 111 ◦ green 41 ◦ blue 75

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

Shades of Pompadour #6F294B

Tints of Pompadour #6F294B

RGB

 RED value IS 111 (43.75% from 255) = 48.9%

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

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

R = 48.9%
G = 18.06%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F294B (or 0x6F294B) is known color: Pompadour. HEX triplet: 6F, 29 and 4B. RGB value is (111,41,75). Sum of RGB (Red+Green+Blue) = 111+41+75=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F294B is #90D6B4. Grayscale: #414141. Windows color (decimal): -9492149 or 4925807. OLE color: 4925807.

HSL color Cylindrical-coordinate representation of color #6F294B: hue angle of 330.86º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F294B is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 41 75 -
CMYK 0 0.63 0.32 0.56
HSL 330.86º 0.46% 0.3% -
HSV(B) 330.86º 0.63% 0.44% -
XYZ 8.62 5.47 7.26 -
YUV 65.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 111 41 75 0 0.63 0.32 0.56 330.86 0.46 0.3
Hex 6F 29 4B 0 3F 20 38 14B 2E 1E
Octal 157 51 113 0 77 40 70 513 56 36
Binary 1101111 101001 1001011 0 111111 100000 111000 101001011 101110 11110

Color Harmonies of #6F294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F294B

Black with #6F294B

Text Example


Text Example

White with #6F294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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