Html Css Color HEX #6F1754 Pompadour

📋 copy color: '#6F1754'

red 111 ◦ green 23 ◦ blue 84

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

Shades of Pompadour #6F1754

Tints of Pompadour #6F1754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 50.92%
G = 10.55%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F1754 (or 0x6F1754) is known color: Pompadour. HEX triplet: 6F, 17 and 54. RGB value is (111,23,84). Sum of RGB (Red+Green+Blue) = 111+23+84=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1754 is #90E8AB. Grayscale: #383838. Windows color (decimal): -9496748 or 5511023. OLE color: 5511023.

HSL color Cylindrical-coordinate representation of color #6F1754: hue angle of 318.41º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1754 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 23 84 -
CMYK 0 0.79 0.24 0.56
HSL 318.41º 0.66% 0.26% -
HSV(B) 318.41º 0.79% 0.44% -
XYZ 8.46 4.63 8.84 -
YUV 56.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 111 23 84 0 0.79 0.24 0.56 318.41 0.66 0.26
Hex 6F 17 54 0 4F 18 38 13E 42 1A
Octal 157 27 124 0 117 30 70 476 102 32
Binary 1101111 10111 1010100 0 1001111 11000 111000 100111110 1000010 11010

Color Harmonies of #6F1754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1754

Black with #6F1754

Text Example


Text Example

White with #6F1754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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