#6C284F

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

Shades of Pompadour #6C284F

Tints of Pompadour #6C284F

Color information

#6C284F (or 0x6C284F) is unknown color: approx Pompadour. HEX triplet: 6C, 28 and 4F. RGB value is (108,40,79). Sum of RGB (Red+Green+Blue) = 108+40+79=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C284F is #93D7B0. Grayscale: #404040. Windows color (decimal): -9689009 or 5187692. OLE color: 5187692.

HSL color Cylindrical-coordinate representation of color #6C284F: hue angle of 325.59º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C284F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1084079-
CMYK00.630.270.58
HSL325.59º45.95%29.02%-
HSV(B)325.59º62.96%42.35%-
XYZ8.355.277.97-
YUV64.78136.03158.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.58%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=47.58%
G=17.62%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108407900.630.270.58325.5945.9529.02
Hex6C284F03F1B3A1462e1d
Octal1545011707733725065635
Binary1101100101000100111101111111101111101010100011010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,40,79); }

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

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

 a { background-color: rgb(108,40,79); }

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

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

 span { border-color: rgb(108,40,79); }

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