Html Css Color HEX #6F2648 Pompadour

📋 copy color: '#6F2648'

red 111 ◦ green 38 ◦ blue 72

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

Shades of Pompadour #6F2648

Tints of Pompadour #6F2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 50.23%
G = 17.19%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F2648 (or 0x6F2648) is known color: Pompadour. HEX triplet: 6F, 26 and 48. RGB value is (111,38,72). Sum of RGB (Red+Green+Blue) = 111+38+72=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2648 is #90D9B7. Grayscale: #3F3F3F. Windows color (decimal): -9492920 or 4728431. OLE color: 4728431.

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

Color convert

RGB 111 38 72 -
CMYK 0 0.66 0.35 0.56
HSL 332.05º 0.49% 0.29% -
HSV(B) 332.05º 0.66% 0.44% -
XYZ 8.42 5.23 6.7 -
YUV 63.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 111 38 72 0 0.66 0.35 0.56 332.05 0.49 0.29
Hex 6F 26 48 0 42 23 38 14C 31 1D
Octal 157 46 110 0 102 43 70 514 61 35
Binary 1101111 100110 1001000 0 1000010 100011 111000 101001100 110001 11101

Color Harmonies of #6F2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2648

Black with #6F2648

Text Example


Text Example

White with #6F2648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,38,72); }

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

background-color css

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

 a { background-color: rgb(111,38,72); }

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

border-color css

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

 span { border-color: rgb(111,38,72); }

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