Html Css Color HEX #6C113E Pompadour

📋 copy color: '#6C113E'

red 108 ◦ green 17 ◦ blue 62

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

Shades of Pompadour #6C113E

Tints of Pompadour #6C113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 57.75%
G = 9.09%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6C113E (or 0x6C113E) is known color: Pompadour. HEX triplet: 6C, 11 and 3E. RGB value is (108,17,62). Sum of RGB (Red+Green+Blue) = 108+17+62=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C113E is #93EEC1. Grayscale: #313131. Windows color (decimal): -9694914 or 4067692. OLE color: 4067692.

HSL color Cylindrical-coordinate representation of color #6C113E: hue angle of 330.33º 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 #6C113E is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 17 62 -
CMYK 0 0.84 0.43 0.58
HSL 330.33º 0.73% 0.25% -
HSV(B) 330.33º 0.84% 0.42% -
XYZ 7.25 3.94 4.93 -
YUV 49.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 108 17 62 0 0.84 0.43 0.58 330.33 0.73 0.25
Hex 6C 11 3E 0 54 2B 3A 14A 49 19
Octal 154 21 76 0 124 53 72 512 111 31
Binary 1101100 10001 111110 0 1010100 101011 111010 101001010 1001001 11001

Color Harmonies of #6C113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C113E

Black with #6C113E

Text Example


Text Example

White with #6C113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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