Html Css Color HEX #6A174E Pompadour

📋 copy color: '#6A174E'

red 106 ◦ green 23 ◦ blue 78

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

Shades of Pompadour #6A174E

Tints of Pompadour #6A174E

RGB

 RED value IS 106 (41.8% from 255) = 51.21%

 GREEN value IS 23 (9.38% from 255) = 11.11%

 BLUE value IS 78 (30.86% from 255) = 37.68%

R = 51.21%
G = 11.11%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6A174E (or 0x6A174E) is known color: Pompadour. HEX triplet: 6A, 17 and 4E. RGB value is (106,23,78). Sum of RGB (Red+Green+Blue) = 106+23+78=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A174E is #95E8B1. Grayscale: #353535. Windows color (decimal): -9824434 or 5117802. OLE color: 5117802.

HSL color Cylindrical-coordinate representation of color #6A174E: hue angle of 320.24º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A174E is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 23 78 -
CMYK 0 0.78 0.26 0.58
HSL 320.24º 0.64% 0.25% -
HSV(B) 320.24º 0.78% 0.42% -
XYZ 7.63 4.23 7.62 -
YUV 54.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 106 23 78 0 0.78 0.26 0.58 320.24 0.64 0.25
Hex 6A 17 4E 0 4E 1A 3A 140 40 19
Octal 152 27 116 0 116 32 72 500 100 31
Binary 1101010 10111 1001110 0 1001110 11010 111010 101000000 1000000 11001

Color Harmonies of #6A174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A174E

Black with #6A174E

Text Example


Text Example

White with #6A174E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,78); }

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

background-color css

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

 a { background-color: rgb(106,23,78); }

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

border-color css

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

 span { border-color: rgb(106,23,78); }

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