Html Css Color HEX #6C194B Pompadour

📋 copy color: '#6C194B'

red 108 ◦ green 25 ◦ blue 75

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

Shades of Pompadour #6C194B

Tints of Pompadour #6C194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.06%

R = 51.92%
G = 12.02%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C194B (or 0x6C194B) is known color: Pompadour. HEX triplet: 6C, 19 and 4B. RGB value is (108,25,75). Sum of RGB (Red+Green+Blue) = 108+25+75=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C194B is #93E6B4. Grayscale: #373737. Windows color (decimal): -9692853 or 4921708. OLE color: 4921708.

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

Color convert

RGB 108 25 75 -
CMYK 0 0.77 0.31 0.58
HSL 323.86º 0.62% 0.26% -
HSV(B) 323.86º 0.77% 0.42% -
XYZ 7.8 4.39 7.09 -
YUV 55.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 108 25 75 0 0.77 0.31 0.58 323.86 0.62 0.26
Hex 6C 19 4B 0 4D 1F 3A 144 3E 1A
Octal 154 31 113 0 115 37 72 504 76 32
Binary 1101100 11001 1001011 0 1001101 11111 111010 101000100 111110 11010

Color Harmonies of #6C194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C194B

Black with #6C194B

Text Example


Text Example

White with #6C194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,25,75); }

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

background-color css

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

 a { background-color: rgb(108,25,75); }

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

border-color css

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

 span { border-color: rgb(108,25,75); }

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