Html Css Color HEX #6E1F54 Pompadour

📋 copy color: '#6E1F54'

red 110 ◦ green 31 ◦ blue 84

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

Shades of Pompadour #6E1F54

Tints of Pompadour #6E1F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

 BLUE value IS 84 (33.2% from 255) = 37.33%

R = 48.89%
G = 13.78%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#6E1F54 (or 0x6E1F54) is known color: Pompadour. HEX triplet: 6E, 1F and 54. RGB value is (110,31,84). Sum of RGB (Red+Green+Blue) = 110+31+84=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1F54 is #91E0AB. Grayscale: #3C3C3C. Windows color (decimal): -9560236 or 5513070. OLE color: 5513070.

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

Color convert

RGB 110 31 84 -
CMYK 0 0.72 0.24 0.57
HSL 319.75º 0.56% 0.28% -
HSV(B) 319.75º 0.72% 0.43% -
XYZ 8.52 4.94 8.89 -
YUV 60.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 110 31 84 0 0.72 0.24 0.57 319.75 0.56 0.28
Hex 6E 1F 54 0 48 18 39 140 38 1C
Octal 156 37 124 0 110 30 71 500 70 34
Binary 1101110 11111 1010100 0 1001000 11000 111001 101000000 111000 11100

Color Harmonies of #6E1F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1F54

Black with #6E1F54

Text Example


Text Example

White with #6E1F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,31,84); }

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

background-color css

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

 a { background-color: rgb(110,31,84); }

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

border-color css

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

 span { border-color: rgb(110,31,84); }

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