Html Css Color HEX #6B284A Pompadour

📋 copy color: '#6B284A'

red 107 ◦ green 40 ◦ blue 74

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

Shades of Pompadour #6B284A

Tints of Pompadour #6B284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 48.42%
G = 18.1%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B284A (or 0x6B284A) is known color: Pompadour. HEX triplet: 6B, 28 and 4A. RGB value is (107,40,74). Sum of RGB (Red+Green+Blue) = 107+40+74=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B284A is #94D7B5. Grayscale: #3F3F3F. Windows color (decimal): -9754550 or 4860011. OLE color: 4860011.

HSL color Cylindrical-coordinate representation of color #6B284A: hue angle of 329.55º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B284A is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 40 74 -
CMYK 0 0.63 0.31 0.58
HSL 329.55º 0.46% 0.29% -
HSV(B) 329.55º 0.63% 0.42% -
XYZ 8.06 5.14 7.05 -
YUV 63.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 107 40 74 0 0.63 0.31 0.58 329.55 0.46 0.29
Hex 6B 28 4A 0 3F 1F 3A 14A 2E 1D
Octal 153 50 112 0 77 37 72 512 56 35
Binary 1101011 101000 1001010 0 111111 11111 111010 101001010 101110 11101

Color Harmonies of #6B284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B284A

Black with #6B284A

Text Example


Text Example

White with #6B284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,40,74); }

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

background-color css

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

 a { background-color: rgb(107,40,74); }

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

border-color css

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

 span { border-color: rgb(107,40,74); }

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