#6C0F53

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

Shades of Pompadour #6C0F53

Tints of Pompadour #6C0F53

Color information

#6C0F53 (or 0x6C0F53) is unknown color: approx Pompadour. HEX triplet: 6C, 0F and 53. RGB value is (108,15,83). Sum of RGB (Red+Green+Blue) = 108+15+83=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0F53 is #93F0AC. Grayscale: #323232. Windows color (decimal): -9695405 or 5443436. OLE color: 5443436.

HSL color Cylindrical-coordinate representation of color #6C0F53: hue angle of 316.13º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C0F53 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB1081583-
CMYK00.860.230.58
HSL316.13º75.61%24.12%-
HSV(B)316.13º86.11%42.35%-
XYZ7.924.158.57-
YUV50.56146.31168.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.43%
GREEN value IS 15 (6.25% from 255) = 7.28%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=52.43%
G=7.28%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108158300.860.230.58316.1375.6124.12
Hex6CF53056173A13c4c18
Octal154171230126277247411430
Binary1101100111110100110101011010111111010100111100100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,15,83); }

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

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

 a { background-color: rgb(108,15,83); }

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

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

 span { border-color: rgb(108,15,83); }

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