Html Css Color HEX #6B1051 Pompadour

📋 copy color: '#6B1051'

red 107 ◦ green 16 ◦ blue 81

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

Shades of Pompadour #6B1051

Tints of Pompadour #6B1051

RGB

 RED value IS 107 (42.19% from 255) = 52.45%

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 52.45%
G = 7.84%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6B1051 (or 0x6B1051) is known color: Pompadour. HEX triplet: 6B, 10 and 51. RGB value is (107,16,81). Sum of RGB (Red+Green+Blue) = 107+16+81=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1051 is #94EFAE. Grayscale: #323232. Windows color (decimal): -9760687 or 5312619. OLE color: 5312619.

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

Color convert

RGB 107 16 81 -
CMYK 0 0.85 0.24 0.58
HSL 317.14º 0.74% 0.24% -
HSV(B) 317.14º 0.85% 0.42% -
XYZ 7.73 4.09 8.17 -
YUV 50.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 107 16 81 0 0.85 0.24 0.58 317.14 0.74 0.24
Hex 6B 10 51 0 55 18 3A 13D 4A 18
Octal 153 20 121 0 125 30 72 475 112 30
Binary 1101011 10000 1010001 0 1010101 11000 111010 100111101 1001010 11000

Color Harmonies of #6B1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1051

Black with #6B1051

Text Example


Text Example

White with #6B1051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,16,81); }

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

background-color css

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

 a { background-color: rgb(107,16,81); }

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

border-color css

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

 span { border-color: rgb(107,16,81); }

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