#6F104E

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

Shades of Pompadour #6F104E

Tints of Pompadour #6F104E

Color information

#6F104E (or 0x6F104E) is unknown color: approx Pompadour. HEX triplet: 6F, 10 and 4E. RGB value is (111,16,78). Sum of RGB (Red+Green+Blue) = 111+16+78=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F104E is #90EFB1. Grayscale: #333333. Windows color (decimal): -9498546 or 5116015. OLE color: 5116015.

HSL color Cylindrical-coordinate representation of color #6F104E: hue angle of 320.84º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F104E is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1111678-
CMYK00.860.300.56
HSL320.84º74.8%24.9%-
HSV(B)320.84º85.59%43.53%-
XYZ8.124.37.61-
YUV51.47142.97170.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=54.15%
G=7.80%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111167800.860.300.56320.8474.824.9
Hex6F104E0561E381414b19
Octal157201160126367050111331
Binary11011111000010011100101011011110111000101000001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,16,78); }

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

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

 a { background-color: rgb(111,16,78); }

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

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

 span { border-color: rgb(111,16,78); }

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