Html Css Color HEX #6B113B Pompadour

📋 copy color: '#6B113B'

red 107 ◦ green 17 ◦ blue 59

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

Shades of Pompadour #6B113B

Tints of Pompadour #6B113B

RGB

 RED value IS 107 (42.19% from 255) = 58.47%

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

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

R = 58.47%
G = 9.29%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6B113B (or 0x6B113B) is known color: Pompadour. HEX triplet: 6B, 11 and 3B. RGB value is (107,17,59). Sum of RGB (Red+Green+Blue) = 107+17+59=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B113B is #94EEC4. Grayscale: #303030. Windows color (decimal): -9760453 or 3871083. OLE color: 3871083.

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

Color convert

RGB 107 17 59 -
CMYK 0 0.84 0.45 0.58
HSL 332º 0.73% 0.24% -
HSV(B) 332º 0.84% 0.42% -
XYZ 7.05 3.84 4.51 -
YUV 48.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 107 17 59 0 0.84 0.45 0.58 332 0.73 0.24
Hex 6B 11 3B 0 54 2D 3A 14C 49 18
Octal 153 21 73 0 124 55 72 514 111 30
Binary 1101011 10001 111011 0 1010100 101101 111010 101001100 1001001 11000

Color Harmonies of #6B113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B113B

Black with #6B113B

Text Example


Text Example

White with #6B113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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