Html Css Color HEX #6E284D Pompadour

📋 copy color: '#6E284D'

red 110 ◦ green 40 ◦ blue 77

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

Shades of Pompadour #6E284D

Tints of Pompadour #6E284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 48.46%
G = 17.62%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#6E284D (or 0x6E284D) is known color: Pompadour. HEX triplet: 6E, 28 and 4D. RGB value is (110,40,77). Sum of RGB (Red+Green+Blue) = 110+40+77=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E284D is #91D7B2. Grayscale: #414141. Windows color (decimal): -9557939 or 5056622. OLE color: 5056622.

HSL color Cylindrical-coordinate representation of color #6E284D: hue angle of 328.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E284D is Cyan = 0, Magento = 0.64, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 40 77 -
CMYK 0 0.64 0.3 0.57
HSL 328.29º 0.47% 0.29% -
HSV(B) 328.29º 0.64% 0.43% -
XYZ 8.53 5.37 7.61 -
YUV 65.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 110 40 77 0 0.64 0.3 0.57 328.29 0.47 0.29
Hex 6E 28 4D 0 40 1E 39 148 2F 1D
Octal 156 50 115 0 100 36 71 510 57 35
Binary 1101110 101000 1001101 0 1000000 11110 111001 101001000 101111 11101

Color Harmonies of #6E284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E284D

Black with #6E284D

Text Example


Text Example

White with #6E284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,40,77); }

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

background-color css

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

 a { background-color: rgb(110,40,77); }

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

border-color css

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

 span { border-color: rgb(110,40,77); }

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