Html Css Color HEX #6F2646 Pompadour

📋 copy color: '#6F2646'

red 111 ◦ green 38 ◦ blue 70

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

Shades of Pompadour #6F2646

Tints of Pompadour #6F2646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.96%

R = 50.68%
G = 17.35%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F2646 (or 0x6F2646) is known color: Pompadour. HEX triplet: 6F, 26 and 46. RGB value is (111,38,70). Sum of RGB (Red+Green+Blue) = 111+38+70=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2646 is #90D9B9. Grayscale: #3F3F3F. Windows color (decimal): -9492922 or 4597359. OLE color: 4597359.

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

Color convert

RGB 111 38 70 -
CMYK 0 0.66 0.37 0.56
HSL 333.7º 0.49% 0.29% -
HSV(B) 333.7º 0.66% 0.44% -
XYZ 8.35 5.21 6.36 -
YUV 63.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 111 38 70 0 0.66 0.37 0.56 333.7 0.49 0.29
Hex 6F 26 46 0 42 25 38 14E 31 1D
Octal 157 46 106 0 102 45 70 516 61 35
Binary 1101111 100110 1000110 0 1000010 100101 111000 101001110 110001 11101

Color Harmonies of #6F2646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2646

Black with #6F2646

Text Example


Text Example

White with #6F2646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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