Html Css Color HEX #6E2051 Pompadour

📋 copy color: '#6E2051'

red 110 ◦ green 32 ◦ blue 81

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

Shades of Pompadour #6E2051

Tints of Pompadour #6E2051

RGB

 RED value IS 110 (43.36% from 255) = 49.33%

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

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

R = 49.33%
G = 14.35%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#6E2051 (or 0x6E2051) is known color: Pompadour. HEX triplet: 6E, 20 and 51. RGB value is (110,32,81). Sum of RGB (Red+Green+Blue) = 110+32+81=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2051 is #91DFAE. Grayscale: #3C3C3C. Windows color (decimal): -9559983 or 5316718. OLE color: 5316718.

HSL color Cylindrical-coordinate representation of color #6E2051: hue angle of 322.31º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2051 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 32 81 -
CMYK 0 0.71 0.26 0.57
HSL 322.31º 0.55% 0.28% -
HSV(B) 322.31º 0.71% 0.43% -
XYZ 8.43 4.94 8.29 -
YUV 60.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 110 32 81 0 0.71 0.26 0.57 322.31 0.55 0.28
Hex 6E 20 51 0 47 1A 39 142 37 1C
Octal 156 40 121 0 107 32 71 502 67 34
Binary 1101110 100000 1010001 0 1000111 11010 111001 101000010 110111 11100

Color Harmonies of #6E2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2051

Black with #6E2051

Text Example


Text Example

White with #6E2051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,81); }

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

background-color css

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

 a { background-color: rgb(110,32,81); }

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

border-color css

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

 span { border-color: rgb(110,32,81); }

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