Html Css Color HEX #6F1946 Pompadour

📋 copy color: '#6F1946'

red 111 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #6F1946

Tints of Pompadour #6F1946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 53.88%
G = 12.14%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F1946 (or 0x6F1946) is known color: Pompadour. HEX triplet: 6F, 19 and 46. RGB value is (111,25,70). Sum of RGB (Red+Green+Blue) = 111+25+70=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1946 is #90E6B9. Grayscale: #373737. Windows color (decimal): -9496250 or 4594031. OLE color: 4594031.

HSL color Cylindrical-coordinate representation of color #6F1946: hue angle of 328.6º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1946 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 25 70 -
CMYK 0 0.77 0.37 0.56
HSL 328.6º 0.63% 0.27% -
HSV(B) 328.6º 0.77% 0.44% -
XYZ 8.01 4.52 6.24 -
YUV 55.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 111 25 70 0 0.77 0.37 0.56 328.6 0.63 0.27
Hex 6F 19 46 0 4D 25 38 149 3F 1B
Octal 157 31 106 0 115 45 70 511 77 33
Binary 1101111 11001 1000110 0 1001101 100101 111000 101001001 111111 11011

Color Harmonies of #6F1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1946

Black with #6F1946

Text Example


Text Example

White with #6F1946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,70); }

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

background-color css

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

 a { background-color: rgb(111,25,70); }

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

border-color css

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

 span { border-color: rgb(111,25,70); }

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