Html Css Color HEX #6F1144 Pompadour

📋 copy color: '#6F1144'

red 111 ◦ green 17 ◦ blue 68

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

Shades of Pompadour #6F1144

Tints of Pompadour #6F1144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 56.63%
G = 8.67%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#6F1144 (or 0x6F1144) is known color: Pompadour. HEX triplet: 6F, 11 and 44. RGB value is (111,17,68). Sum of RGB (Red+Green+Blue) = 111+17+68=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1144 is #90EEBB. Grayscale: #323232. Windows color (decimal): -9498300 or 4460911. OLE color: 4460911.

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

Color convert

RGB 111 17 68 -
CMYK 0 0.85 0.39 0.56
HSL 327.45º 0.73% 0.25% -
HSV(B) 327.45º 0.85% 0.44% -
XYZ 7.8 4.2 5.87 -
YUV 50.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 111 17 68 0 0.85 0.39 0.56 327.45 0.73 0.25
Hex 6F 11 44 0 55 27 38 147 49 19
Octal 157 21 104 0 125 47 70 507 111 31
Binary 1101111 10001 1000100 0 1010101 100111 111000 101000111 1001001 11001

Color Harmonies of #6F1144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1144

Black with #6F1144

Text Example


Text Example

White with #6F1144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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