Html Css Color HEX #6E224F Pompadour

📋 copy color: '#6E224F'

red 110 ◦ green 34 ◦ blue 79

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

Shades of Pompadour #6E224F

Tints of Pompadour #6E224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 49.33%
G = 15.25%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6E224F (or 0x6E224F) is known color: Pompadour. HEX triplet: 6E, 22 and 4F. RGB value is (110,34,79). Sum of RGB (Red+Green+Blue) = 110+34+79=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E224F is #91DDB0. Grayscale: #3D3D3D. Windows color (decimal): -9559473 or 5186158. OLE color: 5186158.

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

Color convert

RGB 110 34 79 -
CMYK 0 0.69 0.28 0.57
HSL 324.47º 0.53% 0.28% -
HSV(B) 324.47º 0.69% 0.43% -
XYZ 8.41 5.02 7.92 -
YUV 61.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 110 34 79 0 0.69 0.28 0.57 324.47 0.53 0.28
Hex 6E 22 4F 0 45 1C 39 144 35 1C
Octal 156 42 117 0 105 34 71 504 65 34
Binary 1101110 100010 1001111 0 1000101 11100 111001 101000100 110101 11100

Color Harmonies of #6E224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E224F

Black with #6E224F

Text Example


Text Example

White with #6E224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,34,79); }

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

background-color css

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

 a { background-color: rgb(110,34,79); }

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

border-color css

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

 span { border-color: rgb(110,34,79); }

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