Html Css Color HEX #6F1454 Pompadour

📋 copy color: '#6F1454'

red 111 ◦ green 20 ◦ blue 84

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

Shades of Pompadour #6F1454

Tints of Pompadour #6F1454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

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

R = 51.63%
G = 9.3%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F1454 (or 0x6F1454) is known color: Pompadour. HEX triplet: 6F, 14 and 54. RGB value is (111,20,84). Sum of RGB (Red+Green+Blue) = 111+20+84=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1454 is #90EBAB. Grayscale: #363636. Windows color (decimal): -9497516 or 5510255. OLE color: 5510255.

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

Color convert

RGB 111 20 84 -
CMYK 0 0.82 0.24 0.56
HSL 317.8º 0.69% 0.26% -
HSV(B) 317.8º 0.82% 0.44% -
XYZ 8.41 4.52 8.82 -
YUV 54.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 111 20 84 0 0.82 0.24 0.56 317.8 0.69 0.26
Hex 6F 14 54 0 52 18 38 13E 45 1A
Octal 157 24 124 0 122 30 70 476 105 32
Binary 1101111 10100 1010100 0 1010010 11000 111000 100111110 1000101 11010

Color Harmonies of #6F1454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1454

Black with #6F1454

Text Example


Text Example

White with #6F1454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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