Html Css Color HEX #6A193F Pompadour

📋 copy color: '#6A193F'

red 106 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #6A193F

Tints of Pompadour #6A193F

RGB

 RED value IS 106 (41.8% from 255) = 54.64%

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

 BLUE value IS 63 (25% from 255) = 32.47%

R = 54.64%
G = 12.89%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6A193F (or 0x6A193F) is known color: Pompadour. HEX triplet: 6A, 19 and 3F. RGB value is (106,25,63). Sum of RGB (Red+Green+Blue) = 106+25+63=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A193F is #95E6C0. Grayscale: #353535. Windows color (decimal): -9823937 or 4135274. OLE color: 4135274.

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

Color convert

RGB 106 25 63 -
CMYK 0 0.76 0.41 0.58
HSL 331.85º 0.62% 0.26% -
HSV(B) 331.85º 0.76% 0.42% -
XYZ 7.19 4.12 5.12 -
YUV 53.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 106 25 63 0 0.76 0.41 0.58 331.85 0.62 0.26
Hex 6A 19 3F 0 4C 29 3A 14C 3E 1A
Octal 152 31 77 0 114 51 72 514 76 32
Binary 1101010 11001 111111 0 1001100 101001 111010 101001100 111110 11010

Color Harmonies of #6A193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A193F

Black with #6A193F

Text Example


Text Example

White with #6A193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,25,63); }

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

background-color css

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

 a { background-color: rgb(106,25,63); }

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

border-color css

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

 span { border-color: rgb(106,25,63); }

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