#6C274F

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

Shades of Pompadour #6C274F

Tints of Pompadour #6C274F

Color information

#6C274F (or 0x6C274F) is unknown color: approx Pompadour. HEX triplet: 6C, 27 and 4F. RGB value is (108,39,79). Sum of RGB (Red+Green+Blue) = 108+39+79=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C274F is #93D8B0. Grayscale: #404040. Windows color (decimal): -9689265 or 5187436. OLE color: 5187436.

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

Color convert

RGB1083979-
CMYK00.640.270.58
HSL325.22º46.94%28.82%-
HSV(B)325.22º63.89%42.35%-
XYZ8.325.27.96-
YUV64.19136.36159.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.79%
GREEN value IS 39 (15.62% from 255) = 17.26%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=47.79%
G=17.26%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108397900.640.270.58325.2246.9428.82
Hex6C274F0401B3A1452f1d
Octal15447117010033725055735
Binary11011001001111001111010000001101111101010100010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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