#6E104B

Color #6E104B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6E104B

Tints of Pompadour #6E104B

Color information

#6E104B (or 0x6E104B) is unknown color: approx Pompadour. HEX triplet: 6E, 10 and 4B. RGB value is (110,16,75). Sum of RGB (Red+Green+Blue) = 110+16+75=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E104B is #91EFB4. Grayscale: #323232. Windows color (decimal): -9564085 or 4919406. OLE color: 4919406.

HSL color Cylindrical-coordinate representation of color #6E104B: hue angle of 322.34º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E104B is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1101675-
CMYK00.850.320.57
HSL322.34º74.6%24.71%-
HSV(B)322.34º85.45%43.14%-
XYZ7.894.197.05-
YUV50.83141.64170.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 54.73%
GREEN value IS 16 (6.64% from 255) = 7.96%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=54.73%
G=7.96%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110167500.850.320.57322.3474.624.71
Hex6E104B05520391424b19
Octal156201130125407150211331
Binary110111010000100101101010101100000111001101000010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,16,75); }

 H1.HeaderClassName
 {
   color: #6E104B;
 }
 .AnyTagClassName
 {
   color: #6E104B;
 }
</style>
background-color css

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

 a { background-color: rgb(110,16,75); }

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

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

 span { border-color: rgb(110,16,75); }

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