Html Css Color HEX #6E1946 Pompadour

📋 copy color: '#6E1946'

red 110 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #6E1946

Tints of Pompadour #6E1946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 53.66%
G = 12.2%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6E1946 (or 0x6E1946) is known color: Pompadour. HEX triplet: 6E, 19 and 46. RGB value is (110,25,70). Sum of RGB (Red+Green+Blue) = 110+25+70=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1946 is #91E6B9. Grayscale: #373737. Windows color (decimal): -9561786 or 4594030. OLE color: 4594030.

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

Color convert

RGB 110 25 70 -
CMYK 0 0.77 0.36 0.57
HSL 328.24º 0.63% 0.26% -
HSV(B) 328.24º 0.77% 0.43% -
XYZ 7.88 4.45 6.24 -
YUV 55.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 110 25 70 0 0.77 0.36 0.57 328.24 0.63 0.26
Hex 6E 19 46 0 4D 24 39 148 3F 1A
Octal 156 31 106 0 115 44 71 510 77 32
Binary 1101110 11001 1000110 0 1001101 100100 111001 101001000 111111 11010

Color Harmonies of #6E1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1946

Black with #6E1946

Text Example


Text Example

White with #6E1946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,70); }

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

background-color css

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

 a { background-color: rgb(110,25,70); }

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

border-color css

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

 span { border-color: rgb(110,25,70); }

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