Html Css Color HEX #6C103C Pompadour

📋 copy color: '#6C103C'

red 108 ◦ green 16 ◦ blue 60

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

Shades of Pompadour #6C103C

Tints of Pompadour #6C103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

 BLUE value IS 60 (23.83% from 255) = 32.61%

R = 58.7%
G = 8.7%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C103C (or 0x6C103C) is known color: Pompadour. HEX triplet: 6C, 10 and 3C. RGB value is (108,16,60). Sum of RGB (Red+Green+Blue) = 108+16+60=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C103C is #93EFC3. Grayscale: #303030. Windows color (decimal): -9695172 or 3936364. OLE color: 3936364.

HSL color Cylindrical-coordinate representation of color #6C103C: hue angle of 331.3º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C103C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 16 60 -
CMYK 0 0.85 0.44 0.58
HSL 331.3º 0.74% 0.24% -
HSV(B) 331.3º 0.85% 0.42% -
XYZ 7.19 3.88 4.65 -
YUV 48.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 108 16 60 0 0.85 0.44 0.58 331.3 0.74 0.24
Hex 6C 10 3C 0 55 2C 3A 14B 4A 18
Octal 154 20 74 0 125 54 72 513 112 30
Binary 1101100 10000 111100 0 1010101 101100 111010 101001011 1001010 11000

Color Harmonies of #6C103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C103C

Black with #6C103C

Text Example


Text Example

White with #6C103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,16,60); }

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

background-color css

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

 a { background-color: rgb(108,16,60); }

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

border-color css

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

 span { border-color: rgb(108,16,60); }

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