Html Css Color HEX #6F113B Pompadour

📋 copy color: '#6F113B'

red 111 ◦ green 17 ◦ blue 59

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

Shades of Pompadour #6F113B

Tints of Pompadour #6F113B

RGB

 RED value IS 111 (43.75% from 255) = 59.36%

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

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 59.36%
G = 9.09%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F113B (or 0x6F113B) is known color: Pompadour. HEX triplet: 6F, 11 and 3B. RGB value is (111,17,59). Sum of RGB (Red+Green+Blue) = 111+17+59=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F113B is #90EEC4. Grayscale: #313131. Windows color (decimal): -9498309 or 3871087. OLE color: 3871087.

HSL color Cylindrical-coordinate representation of color #6F113B: hue angle of 333.19º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F113B is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 17 59 -
CMYK 0 0.85 0.47 0.56
HSL 333.19º 0.73% 0.25% -
HSV(B) 333.19º 0.85% 0.44% -
XYZ 7.55 4.1 4.53 -
YUV 49.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 111 17 59 0 0.85 0.47 0.56 333.19 0.73 0.25
Hex 6F 11 3B 0 55 2F 38 14D 49 19
Octal 157 21 73 0 125 57 70 515 111 31
Binary 1101111 10001 111011 0 1010101 101111 111000 101001101 1001001 11001

Color Harmonies of #6F113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F113B

Black with #6F113B

Text Example


Text Example

White with #6F113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,59); }

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

background-color css

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

 a { background-color: rgb(111,17,59); }

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

border-color css

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

 span { border-color: rgb(111,17,59); }

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