Html Css Color HEX #6F1145 Pompadour

📋 copy color: '#6F1145'

red 111 ◦ green 17 ◦ blue 69

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

Shades of Pompadour #6F1145

Tints of Pompadour #6F1145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

 BLUE value IS 69 (27.34% from 255) = 35.03%

R = 56.35%
G = 8.63%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F1145 (or 0x6F1145) is known color: Pompadour. HEX triplet: 6F, 11 and 45. RGB value is (111,17,69). Sum of RGB (Red+Green+Blue) = 111+17+69=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1145 is #90EEBA. Grayscale: #323232. Windows color (decimal): -9498299 or 4526447. OLE color: 4526447.

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

Color convert

RGB 111 17 69 -
CMYK 0 0.85 0.38 0.56
HSL 326.81º 0.73% 0.25% -
HSV(B) 326.81º 0.85% 0.44% -
XYZ 7.83 4.21 6.03 -
YUV 51.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 111 17 69 0 0.85 0.38 0.56 326.81 0.73 0.25
Hex 6F 11 45 0 55 26 38 147 49 19
Octal 157 21 105 0 125 46 70 507 111 31
Binary 1101111 10001 1000101 0 1010101 100110 111000 101000111 1001001 11001

Color Harmonies of #6F1145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1145

Black with #6F1145

Text Example


Text Example

White with #6F1145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,69); }

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

background-color css

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

 a { background-color: rgb(111,17,69); }

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

border-color css

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

 span { border-color: rgb(111,17,69); }

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