Html Css Color HEX #6B1E51 Pompadour

📋 copy color: '#6B1E51'

red 107 ◦ green 30 ◦ blue 81

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

Shades of Pompadour #6B1E51

Tints of Pompadour #6B1E51

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.76%

 BLUE value IS 81 (32.03% from 255) = 37.16%

R = 49.08%
G = 13.76%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6B1E51 (or 0x6B1E51) is known color: Pompadour. HEX triplet: 6B, 1E and 51. RGB value is (107,30,81). Sum of RGB (Red+Green+Blue) = 107+30+81=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1E51 is #94E1AE. Grayscale: #3A3A3A. Windows color (decimal): -9757103 or 5316203. OLE color: 5316203.

HSL color Cylindrical-coordinate representation of color #6B1E51: hue angle of 320.26º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B1E51 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 30 81 -
CMYK 0 0.72 0.24 0.58
HSL 320.26º 0.56% 0.27% -
HSV(B) 320.26º 0.72% 0.42% -
XYZ 8.01 4.65 8.26 -
YUV 58.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 107 30 81 0 0.72 0.24 0.58 320.26 0.56 0.27
Hex 6B 1E 51 0 48 18 3A 140 38 1B
Octal 153 36 121 0 110 30 72 500 70 33
Binary 1101011 11110 1010001 0 1001000 11000 111010 101000000 111000 11011

Color Harmonies of #6B1E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1E51

Black with #6B1E51

Text Example


Text Example

White with #6B1E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,30,81); }

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

background-color css

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

 a { background-color: rgb(107,30,81); }

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

border-color css

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

 span { border-color: rgb(107,30,81); }

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