Html Css Color HEX #6C174F Pompadour

📋 copy color: '#6C174F'

red 108 ◦ green 23 ◦ blue 79

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

Shades of Pompadour #6C174F

Tints of Pompadour #6C174F

RGB

 RED value IS 108 (42.58% from 255) = 51.43%

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

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

R = 51.43%
G = 10.95%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C174F (or 0x6C174F) is known color: Pompadour. HEX triplet: 6C, 17 and 4F. RGB value is (108,23,79). Sum of RGB (Red+Green+Blue) = 108+23+79=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C174F is #93E8B0. Grayscale: #363636. Windows color (decimal): -9693361 or 5183340. OLE color: 5183340.

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

Color convert

RGB 108 23 79 -
CMYK 0 0.79 0.27 0.58
HSL 320.47º 0.65% 0.26% -
HSV(B) 320.47º 0.79% 0.42% -
XYZ 7.9 4.37 7.82 -
YUV 54.8 141.66 165.95 -
System Red Green Blue C M Y K H S L
Decimal 108 23 79 0 0.79 0.27 0.58 320.47 0.65 0.26
Hex 6C 17 4F 0 4F 1B 3A 140 41 1A
Octal 154 27 117 0 117 33 72 500 101 32
Binary 1101100 10111 1001111 0 1001111 11011 111010 101000000 1000001 11010

Color Harmonies of #6C174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C174F

Black with #6C174F

Text Example


Text Example

White with #6C174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,23,79); }

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

background-color css

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

 a { background-color: rgb(108,23,79); }

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

border-color css

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

 span { border-color: rgb(108,23,79); }

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