Html Css Color HEX #6F1950 Pompadour

📋 copy color: '#6F1950'

red 111 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #6F1950

Tints of Pompadour #6F1950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 51.39%
G = 11.57%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F1950 (or 0x6F1950) is known color: Pompadour. HEX triplet: 6F, 19 and 50. RGB value is (111,25,80). Sum of RGB (Red+Green+Blue) = 111+25+80=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1950 is #90E6AF. Grayscale: #383838. Windows color (decimal): -9496240 or 5249391. OLE color: 5249391.

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

Color convert

RGB 111 25 80 -
CMYK 0 0.77 0.28 0.56
HSL 321.63º 0.63% 0.27% -
HSV(B) 321.63º 0.77% 0.44% -
XYZ 8.35 4.65 8.05 -
YUV 56.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 111 25 80 0 0.77 0.28 0.56 321.63 0.63 0.27
Hex 6F 19 50 0 4D 1C 38 142 3F 1B
Octal 157 31 120 0 115 34 70 502 77 33
Binary 1101111 11001 1010000 0 1001101 11100 111000 101000010 111111 11011

Color Harmonies of #6F1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1950

Black with #6F1950

Text Example


Text Example

White with #6F1950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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