Html Css Color HEX #6A2B4B Pompadour

📋 copy color: '#6A2B4B'

red 106 ◦ green 43 ◦ blue 75

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

Shades of Pompadour #6A2B4B

Tints of Pompadour #6A2B4B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

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

R = 47.32%
G = 19.2%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6A2B4B (or 0x6A2B4B) is known color: Pompadour. HEX triplet: 6A, 2B and 4B. RGB value is (106,43,75). Sum of RGB (Red+Green+Blue) = 106+43+75=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2B4B is #95D4B4. Grayscale: #414141. Windows color (decimal): -9819317 or 4926314. OLE color: 4926314.

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

Color convert

RGB 106 43 75 -
CMYK 0 0.59 0.29 0.58
HSL 329.52º 0.42% 0.29% -
HSV(B) 329.52º 0.59% 0.42% -
XYZ 8.08 5.3 7.25 -
YUV 65.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 106 43 75 0 0.59 0.29 0.58 329.52 0.42 0.29
Hex 6A 2B 4B 0 3B 1D 3A 14A 2A 1D
Octal 152 53 113 0 73 35 72 512 52 35
Binary 1101010 101011 1001011 0 111011 11101 111010 101001010 101010 11101

Color Harmonies of #6A2B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2B4B

Black with #6A2B4B

Text Example


Text Example

White with #6A2B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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