Html Css Color HEX #6C104F Pompadour

📋 copy color: '#6C104F'

red 108 ◦ green 16 ◦ blue 79

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

Shades of Pompadour #6C104F

Tints of Pompadour #6C104F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 53.2%
G = 7.88%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C104F (or 0x6C104F) is known color: Pompadour. HEX triplet: 6C, 10 and 4F. RGB value is (108,16,79). Sum of RGB (Red+Green+Blue) = 108+16+79=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C104F is #93EFB0. Grayscale: #323232. Windows color (decimal): -9695153 or 5181548. OLE color: 5181548.

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

Color convert

RGB 108 16 79 -
CMYK 0 0.85 0.27 0.58
HSL 318.91º 0.74% 0.24% -
HSV(B) 318.91º 0.85% 0.42% -
XYZ 7.78 4.12 7.78 -
YUV 50.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 108 16 79 0 0.85 0.27 0.58 318.91 0.74 0.24
Hex 6C 10 4F 0 55 1B 3A 13F 4A 18
Octal 154 20 117 0 125 33 72 477 112 30
Binary 1101100 10000 1001111 0 1010101 11011 111010 100111111 1001010 11000

Color Harmonies of #6C104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C104F

Black with #6C104F

Text Example


Text Example

White with #6C104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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