Html Css Color HEX #6F2054 Pompadour

📋 copy color: '#6F2054'

red 111 ◦ green 32 ◦ blue 84

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

Shades of Pompadour #6F2054

Tints of Pompadour #6F2054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

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

R = 48.9%
G = 14.1%
B = 37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F2054 (or 0x6F2054) is known color: Pompadour. HEX triplet: 6F, 20 and 54. RGB value is (111,32,84). Sum of RGB (Red+Green+Blue) = 111+32+84=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2054 is #90DFAB. Grayscale: #3D3D3D. Windows color (decimal): -9494444 or 5513327. OLE color: 5513327.

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

Color convert

RGB 111 32 84 -
CMYK 0 0.71 0.24 0.56
HSL 320.51º 0.55% 0.28% -
HSV(B) 320.51º 0.71% 0.44% -
XYZ 8.67 5.05 8.91 -
YUV 61.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 111 32 84 0 0.71 0.24 0.56 320.51 0.55 0.28
Hex 6F 20 54 0 47 18 38 141 37 1C
Octal 157 40 124 0 107 30 70 501 67 34
Binary 1101111 100000 1010100 0 1000111 11000 111000 101000001 110111 11100

Color Harmonies of #6F2054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2054

Black with #6F2054

Text Example


Text Example

White with #6F2054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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