#6B104E

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

Shades of Pompadour #6B104E

Tints of Pompadour #6B104E

Color information

#6B104E (or 0x6B104E) is unknown color: approx Pompadour. HEX triplet: 6B, 10 and 4E. RGB value is (107,16,78). Sum of RGB (Red+Green+Blue) = 107+16+78=201 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.23% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 107 - color contains mainly: red. Hex color #6B104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B104E is #94EFB1. Grayscale: #323232. Windows color (decimal): -9760690 or 5116011. OLE color: 5116011.

HSL color Cylindrical-coordinate representation of color #6B104E: hue angle of 319.12º 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 #6B104E is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1071678-
CMYK00.850.270.58
HSL319.12º73.98%24.12%-
HSV(B)319.12º85.05%41.96%-
XYZ7.624.057.59-
YUV50.28143.65168.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.23%
GREEN value IS 16 (6.64% from 255) = 7.96%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=53.23%
G=7.96%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107167800.850.270.58319.1273.9824.12
Hex6B104E0551B3A13f4a18
Octal153201160125337247711230
Binary11010111000010011100101010111011111010100111111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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