Html Css Color HEX #6B2644 Pompadour

📋 copy color: '#6B2644'

red 107 ◦ green 38 ◦ blue 68

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

Shades of Pompadour #6B2644

Tints of Pompadour #6B2644

RGB

 RED value IS 107 (42.19% from 255) = 50.23%

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

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

R = 50.23%
G = 17.84%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#6B2644 (or 0x6B2644) is known color: Pompadour. HEX triplet: 6B, 26 and 44. RGB value is (107,38,68). Sum of RGB (Red+Green+Blue) = 107+38+68=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2644 is #94D9BB. Grayscale: #3E3E3E. Windows color (decimal): -9755068 or 4466283. OLE color: 4466283.

HSL color Cylindrical-coordinate representation of color #6B2644: hue angle of 333.91º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B2644 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 38 68 -
CMYK 0 0.64 0.36 0.58
HSL 333.91º 0.48% 0.28% -
HSV(B) 333.91º 0.64% 0.42% -
XYZ 7.8 4.93 6.01 -
YUV 62.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 107 38 68 0 0.64 0.36 0.58 333.91 0.48 0.28
Hex 6B 26 44 0 40 24 3A 14E 30 1C
Octal 153 46 104 0 100 44 72 516 60 34
Binary 1101011 100110 1000100 0 1000000 100100 111010 101001110 110000 11100

Color Harmonies of #6B2644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2644

Black with #6B2644

Text Example


Text Example

White with #6B2644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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