Html Css Color HEX #6F2644 Pompadour

📋 copy color: '#6F2644'

red 111 ◦ green 38 ◦ blue 68

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

Shades of Pompadour #6F2644

Tints of Pompadour #6F2644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 51.15%
G = 17.51%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#6F2644 (or 0x6F2644) is known color: Pompadour. HEX triplet: 6F, 26 and 44. RGB value is (111,38,68). Sum of RGB (Red+Green+Blue) = 111+38+68=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2644 is #90D9BB. Grayscale: #3F3F3F. Windows color (decimal): -9492924 or 4466287. OLE color: 4466287.

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

Color convert

RGB 111 38 68 -
CMYK 0 0.66 0.39 0.56
HSL 335.34º 0.49% 0.29% -
HSV(B) 335.34º 0.66% 0.44% -
XYZ 8.29 5.18 6.03 -
YUV 63.25 130.68 162.06 -
System Red Green Blue C M Y K H S L
Decimal 111 38 68 0 0.66 0.39 0.56 335.34 0.49 0.29
Hex 6F 26 44 0 42 27 38 14F 31 1D
Octal 157 46 104 0 102 47 70 517 61 35
Binary 1101111 100110 1000100 0 1000010 100111 111000 101001111 110001 11101

Color Harmonies of #6F2644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2644

Black with #6F2644

Text Example


Text Example

White with #6F2644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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