Html Css Color HEX #6A284E Pompadour

📋 copy color: '#6A284E'

red 106 ◦ green 40 ◦ blue 78

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

Shades of Pompadour #6A284E

Tints of Pompadour #6A284E

RGB

 RED value IS 106 (41.8% from 255) = 47.32%

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

 BLUE value IS 78 (30.86% from 255) = 34.82%

R = 47.32%
G = 17.86%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6A284E (or 0x6A284E) is known color: Pompadour. HEX triplet: 6A, 28 and 4E. RGB value is (106,40,78). Sum of RGB (Red+Green+Blue) = 106+40+78=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A284E is #95D7B1. Grayscale: #3F3F3F. Windows color (decimal): -9820082 or 5122154. OLE color: 5122154.

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

Color convert

RGB 106 40 78 -
CMYK 0 0.62 0.26 0.58
HSL 325.45º 0.45% 0.29% -
HSV(B) 325.45º 0.62% 0.42% -
XYZ 8.08 5.13 7.77 -
YUV 64.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 106 40 78 0 0.62 0.26 0.58 325.45 0.45 0.29
Hex 6A 28 4E 0 3E 1A 3A 145 2D 1D
Octal 152 50 116 0 76 32 72 505 55 35
Binary 1101010 101000 1001110 0 111110 11010 111010 101000101 101101 11101

Color Harmonies of #6A284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A284E

Black with #6A284E

Text Example


Text Example

White with #6A284E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,40,78); }

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

background-color css

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

 a { background-color: rgb(106,40,78); }

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

border-color css

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

 span { border-color: rgb(106,40,78); }

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