Html Css Color HEX #6F1154 Pompadour

📋 copy color: '#6F1154'

red 111 ◦ green 17 ◦ blue 84

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

Shades of Pompadour #6F1154

Tints of Pompadour #6F1154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.62%

R = 52.36%
G = 8.02%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F1154 (or 0x6F1154) is known color: Pompadour. HEX triplet: 6F, 11 and 54. RGB value is (111,17,84). Sum of RGB (Red+Green+Blue) = 111+17+84=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1154 is #90EEAB. Grayscale: #343434. Windows color (decimal): -9498284 or 5509487. OLE color: 5509487.

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

Color convert

RGB 111 17 84 -
CMYK 0 0.85 0.24 0.56
HSL 317.23º 0.73% 0.25% -
HSV(B) 317.23º 0.85% 0.44% -
XYZ 8.36 4.42 8.8 -
YUV 52.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 111 17 84 0 0.85 0.24 0.56 317.23 0.73 0.25
Hex 6F 11 54 0 55 18 38 13D 49 19
Octal 157 21 124 0 125 30 70 475 111 31
Binary 1101111 10001 1010100 0 1010101 11000 111000 100111101 1001001 11001

Color Harmonies of #6F1154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1154

Black with #6F1154

Text Example


Text Example

White with #6F1154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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