Html Css Color HEX #6B2643 Pompadour

📋 copy color: '#6B2643'

red 107 ◦ green 38 ◦ blue 67

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

Shades of Pompadour #6B2643

Tints of Pompadour #6B2643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.6%

R = 50.47%
G = 17.92%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#6B2643 (or 0x6B2643) is known color: Pompadour. HEX triplet: 6B, 26 and 43. RGB value is (107,38,67). Sum of RGB (Red+Green+Blue) = 107+38+67=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2643 is #94D9BC. Grayscale: #3D3D3D. Windows color (decimal): -9755069 or 4400747. OLE color: 4400747.

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

Color convert

RGB 107 38 67 -
CMYK 0 0.64 0.37 0.58
HSL 334.78º 0.48% 0.28% -
HSV(B) 334.78º 0.64% 0.42% -
XYZ 7.77 4.92 5.85 -
YUV 61.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 107 38 67 0 0.64 0.37 0.58 334.78 0.48 0.28
Hex 6B 26 43 0 40 25 3A 14F 30 1C
Octal 153 46 103 0 100 45 72 517 60 34
Binary 1101011 100110 1000011 0 1000000 100101 111010 101001111 110000 11100

Color Harmonies of #6B2643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2643

Black with #6B2643

Text Example


Text Example

White with #6B2643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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