Html Css Color HEX #6D104F Pompadour

📋 copy color: '#6D104F'

red 109 ◦ green 16 ◦ blue 79

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

Shades of Pompadour #6D104F

Tints of Pompadour #6D104F

RGB

 RED value IS 109 (42.97% from 255) = 53.43%

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 53.43%
G = 7.84%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D104F (or 0x6D104F) is known color: Pompadour. HEX triplet: 6D, 10 and 4F. RGB value is (109,16,79). Sum of RGB (Red+Green+Blue) = 109+16+79=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D104F is #92EFB0. Grayscale: #323232. Windows color (decimal): -9629617 or 5181549. OLE color: 5181549.

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

Color convert

RGB 109 16 79 -
CMYK 0 0.85 0.28 0.57
HSL 319.35º 0.74% 0.25% -
HSV(B) 319.35º 0.85% 0.43% -
XYZ 7.9 4.19 7.79 -
YUV 50.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 109 16 79 0 0.85 0.28 0.57 319.35 0.74 0.25
Hex 6D 10 4F 0 55 1C 39 13F 4A 19
Octal 155 20 117 0 125 34 71 477 112 31
Binary 1101101 10000 1001111 0 1010101 11100 111001 100111111 1001010 11001

Color Harmonies of #6D104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D104F

Black with #6D104F

Text Example


Text Example

White with #6D104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,79); }

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

background-color css

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

 a { background-color: rgb(109,16,79); }

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

border-color css

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

 span { border-color: rgb(109,16,79); }

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