Html Css Color HEX #6F1E4B Pompadour

📋 copy color: '#6F1E4B'

red 111 ◦ green 30 ◦ blue 75

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

Shades of Pompadour #6F1E4B

Tints of Pompadour #6F1E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 51.39%
G = 13.89%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F1E4B (or 0x6F1E4B) is known color: Pompadour. HEX triplet: 6F, 1E and 4B. RGB value is (111,30,75). Sum of RGB (Red+Green+Blue) = 111+30+75=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E4B is #90E1B4. Grayscale: #3B3B3B. Windows color (decimal): -9494965 or 4922991. OLE color: 4922991.

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

Color convert

RGB 111 30 75 -
CMYK 0 0.73 0.32 0.56
HSL 326.67º 0.57% 0.28% -
HSV(B) 326.67º 0.73% 0.44% -
XYZ 8.29 4.82 7.15 -
YUV 59.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 111 30 75 0 0.73 0.32 0.56 326.67 0.57 0.28
Hex 6F 1E 4B 0 49 20 38 147 39 1C
Octal 157 36 113 0 111 40 70 507 71 34
Binary 1101111 11110 1001011 0 1001001 100000 111000 101000111 111001 11100

Color Harmonies of #6F1E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1E4B

Black with #6F1E4B

Text Example


Text Example

White with #6F1E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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