Html Css Color HEX #6B2040 Pompadour

📋 copy color: '#6B2040'

red 107 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #6B2040

Tints of Pompadour #6B2040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 52.71%
G = 15.76%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6B2040 (or 0x6B2040) is known color: Pompadour. HEX triplet: 6B, 20 and 40. RGB value is (107,32,64). Sum of RGB (Red+Green+Blue) = 107+32+64=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2040 is #94DFBF. Grayscale: #3A3A3A. Windows color (decimal): -9756608 or 4202603. OLE color: 4202603.

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

Color convert

RGB 107 32 64 -
CMYK 0 0.70 0.40 0.58
HSL 334.4º 0.54% 0.27% -
HSV(B) 334.4º 0.7% 0.42% -
XYZ 7.51 4.53 5.33 -
YUV 58.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 107 32 64 0 0.70 0.40 0.58 334.4 0.54 0.27
Hex 6B 20 40 0 46 28 3A 14E 36 1B
Octal 153 40 100 0 106 50 72 516 66 33
Binary 1101011 100000 1000000 0 1000110 101000 111010 101001110 110110 11011

Color Harmonies of #6B2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2040

Black with #6B2040

Text Example


Text Example

White with #6B2040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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