Html Css Color HEX #6C1840 Pompadour

📋 copy color: '#6C1840'

red 108 ◦ green 24 ◦ blue 64

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

Shades of Pompadour #6C1840

Tints of Pompadour #6C1840

RGB

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

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

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

R = 55.1%
G = 12.24%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6C1840 (or 0x6C1840) is known color: Pompadour. HEX triplet: 6C, 18 and 40. RGB value is (108,24,64). Sum of RGB (Red+Green+Blue) = 108+24+64=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1840 is #93E7BF. Grayscale: #353535. Windows color (decimal): -9693120 or 4200556. OLE color: 4200556.

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

Color convert

RGB 108 24 64 -
CMYK 0 0.78 0.41 0.58
HSL 331.43º 0.64% 0.26% -
HSV(B) 331.43º 0.78% 0.42% -
XYZ 7.44 4.21 5.27 -
YUV 53.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 108 24 64 0 0.78 0.41 0.58 331.43 0.64 0.26
Hex 6C 18 40 0 4E 29 3A 14B 40 1A
Octal 154 30 100 0 116 51 72 513 100 32
Binary 1101100 11000 1000000 0 1001110 101001 111010 101001011 1000000 11010

Color Harmonies of #6C1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1840

Black with #6C1840

Text Example


Text Example

White with #6C1840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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