Html Css Color HEX #6D113F Pompadour

📋 copy color: '#6D113F'

red 109 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #6D113F

Tints of Pompadour #6D113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 63 (25% from 255) = 33.33%

R = 57.67%
G = 8.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#6D113F (or 0x6D113F) is known color: Pompadour. HEX triplet: 6D, 11 and 3F. RGB value is (109,17,63). Sum of RGB (Red+Green+Blue) = 109+17+63=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D113F is #92EEC0. Grayscale: #313131. Windows color (decimal): -9629377 or 4133229. OLE color: 4133229.

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

Color convert

RGB 109 17 63 -
CMYK 0 0.84 0.42 0.57
HSL 330º 0.73% 0.25% -
HSV(B) 330º 0.84% 0.43% -
XYZ 7.4 4.01 5.09 -
YUV 49.75 135.48 170.26 -
System Red Green Blue C M Y K H S L
Decimal 109 17 63 0 0.84 0.42 0.57 330 0.73 0.25
Hex 6D 11 3F 0 54 2A 39 14A 49 19
Octal 155 21 77 0 124 52 71 512 111 31
Binary 1101101 10001 111111 0 1010100 101010 111001 101001010 1001001 11001

Color Harmonies of #6D113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D113F

Black with #6D113F

Text Example


Text Example

White with #6D113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,17,63); }

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

background-color css

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

 a { background-color: rgb(109,17,63); }

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

border-color css

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

 span { border-color: rgb(109,17,63); }

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