Html Css Color HEX #6B294A Pompadour

📋 copy color: '#6B294A'

red 107 ◦ green 41 ◦ blue 74

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

Shades of Pompadour #6B294A

Tints of Pompadour #6B294A

RGB

 RED value IS 107 (42.19% from 255) = 48.2%

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

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 48.2%
G = 18.47%
B = 33.33%

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

#6B294A (or 0x6B294A) is known color: Pompadour. HEX triplet: 6B, 29 and 4A. RGB value is (107,41,74). Sum of RGB (Red+Green+Blue) = 107+41+74=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B294A is #94D6B5. Grayscale: #404040. Windows color (decimal): -9754294 or 4860267. OLE color: 4860267.

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

Color convert

RGB 107 41 74 -
CMYK 0 0.62 0.31 0.58
HSL 330º 0.45% 0.29% -
HSV(B) 330º 0.62% 0.42% -
XYZ 8.09 5.21 7.06 -
YUV 64.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 107 41 74 0 0.62 0.31 0.58 330 0.45 0.29
Hex 6B 29 4A 0 3E 1F 3A 14A 2D 1D
Octal 153 51 112 0 76 37 72 512 55 35
Binary 1101011 101001 1001010 0 111110 11111 111010 101001010 101101 11101

Color Harmonies of #6B294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B294A

Black with #6B294A

Text Example


Text Example

White with #6B294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,41,74); }

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

background-color css

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

 a { background-color: rgb(107,41,74); }

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

border-color css

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

 span { border-color: rgb(107,41,74); }

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