Html Css Color HEX #6F104A Pompadour

📋 copy color: '#6F104A'

red 111 ◦ green 16 ◦ blue 74

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

Shades of Pompadour #6F104A

Tints of Pompadour #6F104A

RGB

 RED value IS 111 (43.75% from 255) = 55.22%

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

 BLUE value IS 74 (29.3% from 255) = 36.82%

R = 55.22%
G = 7.96%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F104A (or 0x6F104A) is known color: Pompadour. HEX triplet: 6F, 10 and 4A. RGB value is (111,16,74). Sum of RGB (Red+Green+Blue) = 111+16+74=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F104A is #90EFB5. Grayscale: #323232. Windows color (decimal): -9498550 or 4853871. OLE color: 4853871.

HSL color Cylindrical-coordinate representation of color #6F104A: hue angle of 323.37º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F104A is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 16 74 -
CMYK 0 0.86 0.33 0.56
HSL 323.37º 0.75% 0.25% -
HSV(B) 323.37º 0.86% 0.44% -
XYZ 7.98 4.24 6.88 -
YUV 51.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 111 16 74 0 0.86 0.33 0.56 323.37 0.75 0.25
Hex 6F 10 4A 0 56 21 38 143 4B 19
Octal 157 20 112 0 126 41 70 503 113 31
Binary 1101111 10000 1001010 0 1010110 100001 111000 101000011 1001011 11001

Color Harmonies of #6F104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F104A

Black with #6F104A

Text Example


Text Example

White with #6F104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,16,74); }

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

background-color css

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

 a { background-color: rgb(111,16,74); }

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

border-color css

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

 span { border-color: rgb(111,16,74); }

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