Html Css Color HEX #6A1840 Pompadour

📋 copy color: '#6A1840'

red 106 ◦ green 24 ◦ blue 64

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

Shades of Pompadour #6A1840

Tints of Pompadour #6A1840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.37%

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 54.64%
G = 12.37%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6A1840 (or 0x6A1840) is known color: Pompadour. HEX triplet: 6A, 18 and 40. RGB value is (106,24,64). Sum of RGB (Red+Green+Blue) = 106+24+64=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1840 is #95E7BF. Grayscale: #343434. Windows color (decimal): -9824192 or 4200554. OLE color: 4200554.

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

Color convert

RGB 106 24 64 -
CMYK 0 0.77 0.40 0.58
HSL 330.73º 0.63% 0.25% -
HSV(B) 330.73º 0.77% 0.42% -
XYZ 7.2 4.09 5.26 -
YUV 53.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 106 24 64 0 0.77 0.40 0.58 330.73 0.63 0.25
Hex 6A 18 40 0 4D 28 3A 14B 3F 19
Octal 152 30 100 0 115 50 72 513 77 31
Binary 1101010 11000 1000000 0 1001101 101000 111010 101001011 111111 11001

Color Harmonies of #6A1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1840

Black with #6A1840

Text Example


Text Example

White with #6A1840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,24,64); }

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

background-color css

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

 a { background-color: rgb(106,24,64); }

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

border-color css

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

 span { border-color: rgb(106,24,64); }

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