Html Css Color HEX #6F194E Pompadour

📋 copy color: '#6F194E'

red 111 ◦ green 25 ◦ blue 78

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

Shades of Pompadour #6F194E

Tints of Pompadour #6F194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 51.87%
G = 11.68%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F194E (or 0x6F194E) is known color: Pompadour. HEX triplet: 6F, 19 and 4E. RGB value is (111,25,78). Sum of RGB (Red+Green+Blue) = 111+25+78=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F194E is #90E6B1. Grayscale: #383838. Windows color (decimal): -9496242 or 5118319. OLE color: 5118319.

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

Color convert

RGB 111 25 78 -
CMYK 0 0.77 0.30 0.56
HSL 323.02º 0.63% 0.27% -
HSV(B) 323.02º 0.77% 0.44% -
XYZ 8.28 4.62 7.66 -
YUV 56.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 111 25 78 0 0.77 0.30 0.56 323.02 0.63 0.27
Hex 6F 19 4E 0 4D 1E 38 143 3F 1B
Octal 157 31 116 0 115 36 70 503 77 33
Binary 1101111 11001 1001110 0 1001101 11110 111000 101000011 111111 11011

Color Harmonies of #6F194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F194E

Black with #6F194E

Text Example


Text Example

White with #6F194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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