Html Css Color HEX #6C113F Pompadour

📋 copy color: '#6C113F'

red 108 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #6C113F

Tints of Pompadour #6C113F

RGB

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

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

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

R = 57.45%
G = 9.04%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6C113F (or 0x6C113F) is known color: Pompadour. HEX triplet: 6C, 11 and 3F. RGB value is (108,17,63). Sum of RGB (Red+Green+Blue) = 108+17+63=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C113F is #93EEC0. Grayscale: #313131. Windows color (decimal): -9694913 or 4133228. OLE color: 4133228.

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

Color convert

RGB 108 17 63 -
CMYK 0 0.84 0.42 0.58
HSL 329.67º 0.73% 0.25% -
HSV(B) 329.67º 0.84% 0.42% -
XYZ 7.28 3.95 5.08 -
YUV 49.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 108 17 63 0 0.84 0.42 0.58 329.67 0.73 0.25
Hex 6C 11 3F 0 54 2A 3A 14A 49 19
Octal 154 21 77 0 124 52 72 512 111 31
Binary 1101100 10001 111111 0 1010100 101010 111010 101001010 1001001 11001

Color Harmonies of #6C113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C113F

Black with #6C113F

Text Example


Text Example

White with #6C113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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