Html Css Color HEX #6F1E45 Pompadour

📋 copy color: '#6F1E45'

red 111 ◦ green 30 ◦ blue 69

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

Shades of Pompadour #6F1E45

Tints of Pompadour #6F1E45

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.29%

 BLUE value IS 69 (27.34% from 255) = 32.86%

R = 52.86%
G = 14.29%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F1E45 (or 0x6F1E45) is known color: Pompadour. HEX triplet: 6F, 1E and 45. RGB value is (111,30,69). Sum of RGB (Red+Green+Blue) = 111+30+69=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E45 is #90E1BA. Grayscale: #3A3A3A. Windows color (decimal): -9494971 or 4529775. OLE color: 4529775.

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

Color convert

RGB 111 30 69 -
CMYK 0 0.73 0.38 0.56
HSL 331.11º 0.57% 0.28% -
HSV(B) 331.11º 0.73% 0.44% -
XYZ 8.09 4.74 6.12 -
YUV 58.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 111 30 69 0 0.73 0.38 0.56 331.11 0.57 0.28
Hex 6F 1E 45 0 49 26 38 14B 39 1C
Octal 157 36 105 0 111 46 70 513 71 34
Binary 1101111 11110 1000101 0 1001001 100110 111000 101001011 111001 11100

Color Harmonies of #6F1E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1E45

Black with #6F1E45

Text Example


Text Example

White with #6F1E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,30,69); }

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

background-color css

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

 a { background-color: rgb(111,30,69); }

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

border-color css

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

 span { border-color: rgb(111,30,69); }

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