Html Css Color HEX #6E114B Pompadour

📋 copy color: '#6E114B'

red 110 ◦ green 17 ◦ blue 75

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

Shades of Pompadour #6E114B

Tints of Pompadour #6E114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 54.46%
G = 8.42%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6E114B (or 0x6E114B) is known color: Pompadour. HEX triplet: 6E, 11 and 4B. RGB value is (110,17,75). Sum of RGB (Red+Green+Blue) = 110+17+75=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E114B is #91EEB4. Grayscale: #333333. Windows color (decimal): -9563829 or 4919662. OLE color: 4919662.

HSL color Cylindrical-coordinate representation of color #6E114B: hue angle of 322.58º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E114B is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 17 75 -
CMYK 0 0.85 0.32 0.57
HSL 322.58º 0.73% 0.25% -
HSV(B) 322.58º 0.85% 0.43% -
XYZ 7.9 4.22 7.06 -
YUV 51.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 110 17 75 0 0.85 0.32 0.57 322.58 0.73 0.25
Hex 6E 11 4B 0 55 20 39 143 49 19
Octal 156 21 113 0 125 40 71 503 111 31
Binary 1101110 10001 1001011 0 1010101 100000 111001 101000011 1001001 11001

Color Harmonies of #6E114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E114B

Black with #6E114B

Text Example


Text Example

White with #6E114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,17,75); }

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

background-color css

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

 a { background-color: rgb(110,17,75); }

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

border-color css

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

 span { border-color: rgb(110,17,75); }

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