Html Css Color HEX #6B193E Pompadour

📋 copy color: '#6B193E'

red 107 ◦ green 25 ◦ blue 62

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

Shades of Pompadour #6B193E

Tints of Pompadour #6B193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

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

R = 55.15%
G = 12.89%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6B193E (or 0x6B193E) is known color: Pompadour. HEX triplet: 6B, 19 and 3E. RGB value is (107,25,62). Sum of RGB (Red+Green+Blue) = 107+25+62=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B193E is #94E6C1. Grayscale: #353535. Windows color (decimal): -9758402 or 4069739. OLE color: 4069739.

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

Color convert

RGB 107 25 62 -
CMYK 0 0.77 0.42 0.58
HSL 332.93º 0.62% 0.26% -
HSV(B) 332.93º 0.77% 0.42% -
XYZ 7.28 4.17 4.98 -
YUV 53.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 107 25 62 0 0.77 0.42 0.58 332.93 0.62 0.26
Hex 6B 19 3E 0 4D 2A 3A 14D 3E 1A
Octal 153 31 76 0 115 52 72 515 76 32
Binary 1101011 11001 111110 0 1001101 101010 111010 101001101 111110 11010

Color Harmonies of #6B193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B193E

Black with #6B193E

Text Example


Text Example

White with #6B193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,25,62); }

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

background-color css

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

 a { background-color: rgb(107,25,62); }

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

border-color css

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

 span { border-color: rgb(107,25,62); }

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