Html Css Color HEX #6D284F Pompadour

📋 copy color: '#6D284F'

red 109 ◦ green 40 ◦ blue 79

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

Shades of Pompadour #6D284F

Tints of Pompadour #6D284F

RGB

 RED value IS 109 (42.97% from 255) = 47.81%

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

 BLUE value IS 79 (31.25% from 255) = 34.65%

R = 47.81%
G = 17.54%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D284F (or 0x6D284F) is known color: Pompadour. HEX triplet: 6D, 28 and 4F. RGB value is (109,40,79). Sum of RGB (Red+Green+Blue) = 109+40+79=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D284F is #92D7B0. Grayscale: #404040. Windows color (decimal): -9623473 or 5187693. OLE color: 5187693.

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

Color convert

RGB 109 40 79 -
CMYK 0 0.63 0.28 0.57
HSL 326.09º 0.46% 0.29% -
HSV(B) 326.09º 0.63% 0.43% -
XYZ 8.48 5.33 7.98 -
YUV 65.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 109 40 79 0 0.63 0.28 0.57 326.09 0.46 0.29
Hex 6D 28 4F 0 3F 1C 39 146 2E 1D
Octal 155 50 117 0 77 34 71 506 56 35
Binary 1101101 101000 1001111 0 111111 11100 111001 101000110 101110 11101

Color Harmonies of #6D284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D284F

Black with #6D284F

Text Example


Text Example

White with #6D284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,40,79); }

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

background-color css

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

 a { background-color: rgb(109,40,79); }

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

border-color css

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

 span { border-color: rgb(109,40,79); }

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