#6D0684

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

Shades of Purple #6D0684

Tints of Purple #6D0684

Color information

#6D0684 (or 0x6D0684) is unknown color: approx Purple. HEX triplet: 6D, 06 and 84. RGB value is (109,6,132). Sum of RGB (Red+Green+Blue) = 109+6+132=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D0684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0684 is #92F97B. Grayscale: #323232. Windows color (decimal): -9632124 or 8652397. OLE color: 8652397.

HSL color Cylindrical-coordinate representation of color #6D0684: hue angle of 289.05º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0684 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1096132-
CMYK0.170.9500.48
HSL289.05º91.3%27.06%-
HSV(B)289.05º95.45%51.76%-
XYZ10.545.0522.25-
YUV51.16173.62169.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.13%
GREEN value IS 6 (2.73% from 255) = 2.43%
BLUE value IS 132 (51.95% from 255) = 53.44%
R=44.13%
G=2.43%
B=53.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10961320.170.9500.48289.0591.327.06
Hex6D684115F0301215b1b
Octal15562042113706044113333
Binary1101101110100001001000110111110110000100100001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,6,132); }

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

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

 a { background-color: rgb(109,6,132); }

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

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

 span { border-color: rgb(109,6,132); }

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