Html Css Color HEX #6A284B Pompadour

📋 copy color: '#6A284B'

red 106 ◦ green 40 ◦ blue 75

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

Shades of Pompadour #6A284B

Tints of Pompadour #6A284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 47.96%
G = 18.1%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6A284B (or 0x6A284B) is known color: Pompadour. HEX triplet: 6A, 28 and 4B. RGB value is (106,40,75). Sum of RGB (Red+Green+Blue) = 106+40+75=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A284B is #95D7B4. Grayscale: #3F3F3F. Windows color (decimal): -9820085 or 4925546. OLE color: 4925546.

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

Color convert

RGB 106 40 75 -
CMYK 0 0.62 0.29 0.58
HSL 328.18º 0.45% 0.29% -
HSV(B) 328.18º 0.62% 0.42% -
XYZ 7.97 5.09 7.22 -
YUV 63.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 106 40 75 0 0.62 0.29 0.58 328.18 0.45 0.29
Hex 6A 28 4B 0 3E 1D 3A 148 2D 1D
Octal 152 50 113 0 76 35 72 510 55 35
Binary 1101010 101000 1001011 0 111110 11101 111010 101001000 101101 11101

Color Harmonies of #6A284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A284B

Black with #6A284B

Text Example


Text Example

White with #6A284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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