Html Css Color HEX #6F104C Pompadour

📋 copy color: '#6F104C'

red 111 ◦ green 16 ◦ blue 76

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

Shades of Pompadour #6F104C

Tints of Pompadour #6F104C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.44%

R = 54.68%
G = 7.88%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F104C (or 0x6F104C) is known color: Pompadour. HEX triplet: 6F, 10 and 4C. RGB value is (111,16,76). Sum of RGB (Red+Green+Blue) = 111+16+76=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F104C is #90EFB3. Grayscale: #333333. Windows color (decimal): -9498548 or 4984943. OLE color: 4984943.

HSL color Cylindrical-coordinate representation of color #6F104C: hue angle of 322.11º 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 #6F104C is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 16 76 -
CMYK 0 0.86 0.32 0.56
HSL 322.11º 0.75% 0.25% -
HSV(B) 322.11º 0.86% 0.44% -
XYZ 8.05 4.27 7.24 -
YUV 51.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 111 16 76 0 0.86 0.32 0.56 322.11 0.75 0.25
Hex 6F 10 4C 0 56 20 38 142 4B 19
Octal 157 20 114 0 126 40 70 502 113 31
Binary 1101111 10000 1001100 0 1010110 100000 111000 101000010 1001011 11001

Color Harmonies of #6F104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F104C

Black with #6F104C

Text Example


Text Example

White with #6F104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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