Html Css Color HEX #6A1151 Pompadour

📋 copy color: '#6A1151'

red 106 ◦ green 17 ◦ blue 81

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

Shades of Pompadour #6A1151

Tints of Pompadour #6A1151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

 BLUE value IS 81 (32.03% from 255) = 39.71%

R = 51.96%
G = 8.33%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6A1151 (or 0x6A1151) is known color: Pompadour. HEX triplet: 6A, 11 and 51. RGB value is (106,17,81). Sum of RGB (Red+Green+Blue) = 106+17+81=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1151 is #95EEAE. Grayscale: #323232. Windows color (decimal): -9825967 or 5312874. OLE color: 5312874.

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

Color convert

RGB 106 17 81 -
CMYK 0 0.84 0.24 0.58
HSL 316.85º 0.72% 0.24% -
HSV(B) 316.85º 0.84% 0.42% -
XYZ 7.63 4.06 8.17 -
YUV 50.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 106 17 81 0 0.84 0.24 0.58 316.85 0.72 0.24
Hex 6A 11 51 0 54 18 3A 13D 48 18
Octal 152 21 121 0 124 30 72 475 110 30
Binary 1101010 10001 1010001 0 1010100 11000 111010 100111101 1001000 11000

Color Harmonies of #6A1151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1151

Black with #6A1151

Text Example


Text Example

White with #6A1151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,17,81); }

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

background-color css

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

 a { background-color: rgb(106,17,81); }

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

border-color css

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

 span { border-color: rgb(106,17,81); }

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