Html Css Color HEX #6B2046 Pompadour

📋 copy color: '#6B2046'

red 107 ◦ green 32 ◦ blue 70

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

Shades of Pompadour #6B2046

Tints of Pompadour #6B2046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

 BLUE value IS 70 (27.73% from 255) = 33.49%

R = 51.2%
G = 15.31%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6B2046 (or 0x6B2046) is known color: Pompadour. HEX triplet: 6B, 20 and 46. RGB value is (107,32,70). Sum of RGB (Red+Green+Blue) = 107+32+70=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2046 is #94DFB9. Grayscale: #3A3A3A. Windows color (decimal): -9756602 or 4595819. OLE color: 4595819.

HSL color Cylindrical-coordinate representation of color #6B2046: hue angle of 329.6º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B2046 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 32 70 -
CMYK 0 0.70 0.35 0.58
HSL 329.6º 0.54% 0.27% -
HSV(B) 329.6º 0.7% 0.42% -
XYZ 7.69 4.6 6.28 -
YUV 58.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 107 32 70 0 0.70 0.35 0.58 329.6 0.54 0.27
Hex 6B 20 46 0 46 23 3A 14A 36 1B
Octal 153 40 106 0 106 43 72 512 66 33
Binary 1101011 100000 1000110 0 1000110 100011 111010 101001010 110110 11011

Color Harmonies of #6B2046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2046

Black with #6B2046

Text Example


Text Example

White with #6B2046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,32,70); }

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

background-color css

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

 a { background-color: rgb(107,32,70); }

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

border-color css

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

 span { border-color: rgb(107,32,70); }

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